how many header file is in C language ?
Answer Posted / saisujith
27 header files according to borlandc ...... There after it
may be increased....
But 27 header files is the correct one....
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is the concatenation operator?
What is the difference between malloc calloc and realloc in c?
What is #line in c?
What does the && operator do in a program code?
What are the uses of null pointers?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What header files do I need in order to define the standard library functions I use?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is difference between constant pointer and constant variable?
How can I split up a string into whitespace-separated fields?
What are disadvantages of C language.
Why main is used in c?
Explain Basic concepts of C language?
how many key words availabel in c a) 28 b) 31 c) 32
What are runtime error?