Computer Science, asked by kunallonare6350, 1 year ago

header files in c++ and their uses

Answers

Answered by AnitaYadav721
1

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. Theheader file stdio.h should be used if you want to use the two standard I/O functions printf and scanf. The standard libraries have been covered in a previous section.
Similar questions