+ 1
what is the use of header file
3 Antworten
+ 4
Read first lesson of solo in c language u will find your answer with example
+ 2
Hi. In source file u must just declare class, methods, and attributes. But in header file u must write the main logic.
+ 1
they help you include other functions either written by you or other programmers, and to also use does from the language itself