Computer Science, asked by foridull, 11 months ago

Explain the difference between function
declaration and function definition.

Answers

Answered by divyaman44
0

hey mate here is your answer

In other words a function declarationdeclares the name of the function and the type of what it returns. You mustdeclare an identifier before you can use it. A function prototype is adeclaration of a function that declares the types of the function's parameters. ... A function definition defines thefunction itself.

it will surely help you .

Similar questions