Write the syntax of defining and calling a function
Answers
Answered by
2
Answer:
Function declaration, is done to tell the compiler about the existence of the function. Function's return type, its name & parameter list is mentioned. Function body is written in its definition.
Answered by
1
Answer:
function declarationis done to tell the compilerabout existence of function
Similar questions