how many header file is in C language ?
Answer Posted / anupran
there are total 24 header files in C.
15 according to C89 & 9 further added in C99.
therefore, total 24.
| Is This Answer Correct ? | 18 Yes | 8 No |
Post New Answer View All Answers
What is main return c?
Explain the difference between malloc() and calloc() in c?
Differentiate between the expression “++a” and “a++”?
Explain the ternary tree?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is the difference between malloc() and calloc()?
write a progrmm in c language take user interface generate table using for loop?
Define circular linked list.
What is the explanation for the dangling pointer in c?
What is the difference between pure virtual function and virtual function?
What is string in c language?
How do you declare a variable that will hold string values?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What are derived data types in c?