function declaration
Answers
Answered by
1
Explanation:
A function declaration is a statement containing a function prototype (function name, return type, the types of parameters and their order).
A function declaration is a function definition if the function prototype is also followed by a brace-enclosed body, which generates storage in the code space.
Answered by
1
A function declaration is a statement containing a function prototype (function name, return type, the types of parameters and their order). A function declaration is a function definition if the function prototype is also followed by a brace-enclosed body, which generates storage in the code space.
thank you (*_*)
Similar questions