Write function prototype for a function name check that passes two integer arguments by the name a and b respectively with int return type.
Answers
Answered by
1
Answer:
Function with no argument and no return value : When a function has no arguments, it does not receive any data from the calling function. Similarly when it does not return a value, the calling function does not receive any data from the called function.
Syntax..
Similar questions