what information does the header files contain?
Answer Posted / avinandan
Header files contain line- and field-oriented ASCII text
It contain declerations,macro definitions.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Why is c known as a mother language?
What are dangling pointers? How are dangling pointers different from memory leaks?
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 advantages of c preprocessor?
What does malloc () calloc () realloc () free () do?
Is c language still used?
What are the 4 types of functions?
What is volatile, register definition in C
What are the different data types in C?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Explain 'bus error'?
p*=(++q)++*--p when p=q=1 while(q<=6)
What the different types of arrays in c?
What is scanf () in c?
What is meant by keywords in c?