Computer Science, asked by ravikumargupta462, 10 months ago

differentiate between function declaration and function definition​

Answers

Answered by yuktesh143
2

Explanation:

Function declaration is a prototype that specifies the function name, return types and parameters without the function body.

Function definition, on the other hand, refers to the actual function that specifies the function name, return types and parameters with the function body.

Similar questions