Computer Science, asked by kamnakamnasingh80781, 1 year ago

Header files in c language and their function

Answers

Answered by Akshaymas
0
A header file is generally used to define all of the functions, variables and constants contained in any functionlibrary that you might want to use. The header file stdio.h should be used if you want to use the two standard I/O functions printf and scanf
Similar questions