Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
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