how many header file is in C language ?
Answer Posted / purna chandra reddy
there are 256 header files are ther in c language
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
What does %c do in c?
What does %d do?
Why is #define used?
Is a house a mass structure?
How can you pass an array to a function by value?
Do you have any idea about the use of "auto" keyword?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What are register variables? What are the advantage of using register variables?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
How do you redirect a standard stream?
What is the condition that is applied with ?: Operator?
There seem to be a few missing operators ..
When is a null pointer used?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is call by value in c?