how many header file is in C language ?
Answer Posted / sandeep reddy k
There are 19 header files in c language. Obviously we use some header files in particular cases.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between exit() and _exit() function?
Explain what will the preprocessor do for a program?
What is the advantage of c?
What is use of bit field?
What is an arrays?
how to create duplicate link list using C???
What is c language in simple words?
What is the purpose of void pointer?
What is the difference between constant pointer and constant variable?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Where are some collections of useful code fragments and examples?
What is a c token and types of c tokens?
write a program to concatenation the string using switch case?
what are bit fields? What is the use of bit fields in a structure declaration?
Can a void pointer point to a function?