Computer Science, asked by muhammadhaider994, 1 year ago

The prototype of the function in the header file is

Answers

Answered by GIRISH1922
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