Computer Science, asked by sabeenaparveen0194, 3 months ago

function declaration​

Answers

Answered by AbhiThakur07
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 Anonymous
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