The prototype of the function in the header file is
Answers
Answered by
1
Answer:
Prototypes are often in a separate header file which can be included in other C source files that wish to use the functions. The header stdio.h, for example, contains prototypes for the functions scan and print.
Similar questions