What do you mean by header file in C language?

header file contains the library functions along with the necessary definitions and declarations. C programming language have a directive, often called include (as well as copy and import), that causes the contents of a second file to be inserted into the original file. For example #include causes the contents of a file stdio.h to be inserted into original file.

other examples: math.h, stdlib.h, string.h

Chitra
Chitra

Leave a Reply

Your email address will not be published. Required fields are marked *

Get the latest updates on your inbox

Be the first to receive the latest updates from Codesdoc by signing up to our email subscription.

    StudentProjects.in