Functions in C Programming | Q - 2

Last Updated :
Discuss
Comments

Which of the following is the correct way to declare a function in C?


func int ();

int function();

int = function();

function int ();

Tags:
Share your thoughts in the comments