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
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What are the different types of constants?
Explain what is the use of a semicolon (;) at the end of every program statement?
What are the advantages of union?
how to make a scientific calculater ?
When a c file is executed there are many files that are automatically opened what are they files?
What is a c token and types of c tokens?
Write a program to swap two numbers without using the third variable?
How can I write functions that take a variable number of arguments?
What is conio h in c?
Explain how can you be sure that a program follows the ansi c standard?
What is %lu in c?
How can I find out how much free space is available on disk?
Is it better to bitshift a value than to multiply by 2?
What does node * mean?