totally how much header files r in c language
Answer Posted / vignesh1988i
actually there are more than 50 header files as for as i know........
thank u
| Is This Answer Correct ? | 7 Yes | 13 No |
Post New Answer View All Answers
What is define c?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is main function in c?
When is a null pointer used?
Why doesnt that code work?
Which header file is used for clrscr?
Explain continue keyword in c
What is extern storage class in c?
What is use of bit field?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Why does this code crash?
What is the use of a ‘ ’ character?
Can you subtract pointers from each other? Why would you?
How can I automatically locate a programs configuration files in the same directory as the executable?