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
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What is structure in c language?
How to write c functions that modify head pointer of a linked list?
How can I get random integers in a certain range?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
In C programming, what command or code can be used to determine if a number of odd or even?
Why are all header files not declared in every c program?
Differentiate between declaring a variable and defining a variable?
Write a program to print fibonacci series using recursion?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is meant by operator precedence?
What does == mean in texting?
Write a code to generate a series where the next element is the sum of last k terms.
What are the different types of data structures in c?
Explain how do you use a pointer to a function?