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 a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Tell me the use of bit field in c language?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Explain what is the benefit of using enum to declare a constant?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is property type c?
What is pointers in c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is the meaning of 2d in c?
What is a 'null pointer assignment' error?
How do you use a 'Local Block'?
What header files do I need in order to define the standard library functions I use?
Explain void pointer?
Can a file other than a .h file be included with #include?