What are header files? What are their uses?
- Header files are also known as library files.
- They carry two significant things: definitions and prototypes of functions being used in a program.
- For Illustration: stdio.h is a header file which comprise definition and prototypes of commands such as printf and scanf.