What is the use of a heder file
Answers
Answered by
0
Answer:
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 beused if you want to use the two standard I/O functions printf and scanf.
Similar questions