227k views
20 votes
Why header files are needed in every c program ?expalin​

User Dreanmer
by
7.9k points

1 Answer

1 vote

Answer:

Header files serve two purposes. System header files declare the interfaces to parts of the operating system. You include them in your program to supply the definitions and declarations you need to invoke system calls and libraries.

User Michael LB
by
7.6k points

Related questions

asked Aug 4, 2024 199k views
Lptr asked Aug 4, 2024
by Lptr
7.8k points
1 answer
2 votes
199k views
1 answer
5 votes
231k views