Q168
Which of the following is a correct format for declaration of function?
A.
return-type function-name(argument type);
AnswerB.
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