how many header file is in C language ?
Answer Posted / vidiyal
approximately 35 header file in c
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
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
Is there anything like an ifdef for typedefs?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Is there a way to switch on strings?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Is it fine to write void main () or main () in c?
What is multidimensional arrays
Are there namespaces in c?
Why doesnt long int work?
What is function prototype in c language?
How can you increase the allowable number of simultaneously open files?
What are identifiers in c?
Explain what is a const pointer?
What is meant by realloc()?
Write a program to print factorial of given number using recursion?