how many header file is in C language ?
Answer Posted / lohith
it can have any number of header files. but it ha smore
than 8 header files.
| Is This Answer Correct ? | 59 Yes | 70 No |
Post New Answer View All Answers
What is indirection?
What are the types of type specifiers?
What are the differences between Structures and Arrays?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Is c procedural or object oriented?
What do header files do?
what are bit fields? What is the use of bit fields in a structure declaration?
Explain what is the best way to comment out a section of code that contains comments?
List some of the dynamic data structures in C?
What do you mean by c what are the main characteristics of c language?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Is it possible to initialize a variable at the time it was declared?
How to declare a variable?
What is identifiers in c with examples?