totally how much header files r in c language
Answer Posted / vignesh1988i
actually there are more than 50 header files as for as i know........
thank u
| Is This Answer Correct ? | 7 Yes | 13 No |
Post New Answer View All Answers
What is the explanation for cyclic nature of data types in c?
How many bytes are occupied by near, far and huge pointers (dos)?
Why dont c comments nest?
What is the difference between constant pointer and constant variable?
Is null always equal to 0(zero)?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What are enums in c?
Can we declare a function inside a function in c?
What is malloc calloc and realloc in c?
Which programming language is best for getting job 2020?
Differentiate between functions getch() and getche().
write a program to rearrange the array such way that all even elements should come first and next come odd
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What are the storage classes in C?
How many keywords (reserve words) are in c?