how many header file is in C language ?
Answer Posted / mohan
there are 24 header files in c language
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is meant by operator precedence?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Explain what is wrong with this program statement? Void = 10;
Does c have an equivalent to pascals with statement?
Why doesn't C support function overloading?
How do we declare variables in c?
Differentiate fundamental data types and derived data types in C.
What are the uses of null pointers?
What are the scope of static variables?
Why c is called free form language?
what is bit rate & baud rate? plz give wave forms
How do I send escape sequences to control a terminal or other device?
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)
explain what are pointers?
Can you explain the four storage classes in C?