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 are the 4 types of organizational structures?
What is the benefit of using const for declaring constants?
Define Spanning-Tree Protocol (STP)
Explain how do you list a file’s date and time?
What is volatile variable how do you declare it?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What are pointers? Why are they used?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Explain what are compound statements?
What is the process of writing the null pointer?
Why does notstrcat(string, "!");Work?
What is d'n in c?
Tell us something about keyword 'auto'.
Write a factorial program using C.
Explain how can I avoid the abort, retry, fail messages?