function prototype c++ tutorial
A function prototype is a declaration of the function that tells the program about the type of the value returned by the function and the number and type of arguments. Function prototyping is one very useful feature of C++ function.
...
C++ Function Prototype
...
C++ Function Prototype
- return type.
- name of the function.
- argument list.
No comments:
Post a Comment