what is the purpose of using header file in C
Answers
Answered by
2
Answer:
A header file is a convenient mechanism to access declarations of variables and function prototypes from multiple translation units.
adi1902:
Thanku for making me brainliest
Answered by
2
Explanation:
Technically, you don't “need” a header file to compile a program. A header file is a convenient mechanism to access declarations of variables and function prototypes from multiple translation units.
Similar questions