Vidyalelo
C Programming · Q168

Function

Programming · C Programming · question 168

Q168

Which of the following is a correct format for declaration of function?

A.
return-type function-name(argument type);
Answer
B.
return-type function-name(argument type){}
C.
return-type (argument type)function-name;
D.
all of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board