Write the prototype of a function which has an integer argument and returns nothing.
Answers
Answered by
0
Answer:
n computer programming, a function prototype or function interface is a declaration of a ... In a prototype, parameter names are optional (and in C/C++ have function prototype scope, ... In the above example, the return type is "void". ... declared as a function that returns an int and nothing was assumed about its arguments.
Explanation:
Similar questions