User defined header file

I wants to know if user defined header file needs to be compiled before we can actually use it in our application program.
F
No. The content of the header file will be compiled each time a source file that includes it is compiled. You do not need to compile the header file on it's own.
Topic archived. No new replies allowed.