how many header file is in C language ?
Answer Posted / anupran
there are total 24 header files in C.
15 according to C89 & 9 further added in C99.
therefore, total 24.
| Is This Answer Correct ? | 18 Yes | 8 No |
Post New Answer View All Answers
Explain what does a function declared as pascal do differently?
Who developed c language?
What's the total generic pointer type?
What is the basic structure of c?
What is merge sort in c?
What is typedf?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
what are non standard function in c
Explain what are the different file extensions involved when programming in c?
How do you search data in a data file using random access method?
What is static and volatile in c?
What is pointer and structure in c?
Explain spaghetti programming?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What does nil mean in c?