Q67. Define Function Declaration.
Q67. Define Function Declaration.
Ans. Also called function prototype. It is the statement that declares a function’s name, return type, number and type of its argument.
Ans. Also called function prototype. It is the statement that declares a function’s name, return type, number and type of its argument.