Which of the following is a correct format for declaration of function?
Posted: Wed Jul 13, 2022 7:54 pm
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
b) return-type function-name(argument type){}
c) return-type (argument type)function-name;
d) all of the mentioned