Computer Science, asked by mansurizaheer901, 1 day ago

Describe the header file and its usage in C programming?​

Answers

Answered by ssssd130
0

Answer:

Is this related to computer...??

Answered by ireneguan0217
0

Answer:

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.

Explanation:

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

Similar questions