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 difference between union All statement and Union?
What are void pointers in c?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
When is a void pointer used?
What is static and volatile in c?
main() { printf("hello"); fork(); }
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Is fortran still used today?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What are the 32 keywords in c?
What is the use of pointers in C?
Explain pointer. What are function pointers in C?
why we wont use '&' sing in aceesing the string using scanf
What is uint8 in c?
Differentiate between Macro and ordinary definition.