Example & Tutorial understanding programming in easy ways.

What is the use of header file in C language?

Basically, we used predefined stuff using the header file.


Example: like printf() function which we directly use to display anything on the console which is predefined in stdio.h header file.

Read More →