Examveda

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

A. return-type function-name(argument type);

B. return-type function-name(argument type){}

C. return-type (argument type)function-name;

D. all of the mentioned

Answer: Option A


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function