Syntax of function header
Answers
Answered by
1
Answer:
The header includes the name of the function and tells us (and the compiler) what type of data it expects to receive (the parameters) and the type of data it will return (return value type) to the calling function or program. The syntax is very similar to that of the main program, which is also a function.
Hope it’s helpful
The header includes the name of the function and tells us (and the compiler) what type of data it expects to receive (the parameters) and the type of data it will return (return value type) to the calling function or program. The syntax is very similar to that of the main program, which is also a function.
Hope it’s helpful
Similar questions