0 votes
236 views
in C program by (98.9k points)
edited

What are header files and what are its uses in C programming?

1 Answer

0 votes
by (98.9k points)
selected by
 
Best answer
Header files are also known as library files. They contain two essential things: the definitions and prototypes of functions being used in a program. Simply put, commands that you use in C programming are actually functions that are defined from within each header files. Each header file contains a set of functions. For example: stdio.h is a header file that contains definition and prototypes of commands like printf and scanf.
asked May 14, 2022 in C program by (98.9k points)
edited Jun 29, 2023
What is syntax error?

Related questions

0 votes
1 answer 165 views
0 votes
1 answer 120 views
0 votes
0 answers 103 views
0 votes
1 answer 129 views
+1 vote
1 answer 96 views

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

537 users

...