193k views
0 votes
The function ________ specifies the return data type, name of the function, and the parameter variable

1 Answer

5 votes

The function prototype specifies the return data type, name of the function, and the parameter variable.

The prototypes are placed in header files (at least in C/C++)

User Clamchoda
by
6.2k points