Describe the header file and its usage in C programming?
Answers
Answered by
0
Answer:
Is this related to computer...??
Answered by
0
Answer:
The file contains the definitions and prototypes of the functions being used in the program are called a header file. It is also known as a library file.
Explanation:
Example– The header file contains commands like printf and scanf is the stdio.h.
Similar questions