describe about header file
Answers
Answered by
1
Answer:
A header file is a collection of library files that contains all the functions that are going to be needed in the program you will be writing.
for example:
#include<studio.h> is a header file and it contains functions like printf, scanf which we use in the program.
Similar questions