Computer Science, asked by chikki8030, 1 year ago

What is the use of header file which two fuctions are used from that file?

Answers

Answered by faryalmansoor98
0

A header file is generally used to define all of the functions, variables and constants contained in any function library that you might want to use. The header file stdio.h should because if you want to use the two standard I/O functions print f and scan f.

Similar questions