0 votes
in C Plus Plus by

Describe the header file and its usage in C programming?

1 Answer

0 votes
by

The file contains the definitions and prototypes of the functions being used in the program are called a header file. It is also known as a library file.

Example– The header file contains commands like printf and scanf is the stdio.h.

Related questions

0 votes
asked Mar 17, 2020 in C Plus Plus by SakshiSharma
0 votes
asked Mar 10, 2020 in C Plus Plus by rahuljain1
...