how many header file is in C language ?
Answers were Sorted based on User's Feedback
Answer / ankit chaliyan
there are 27 type of header file in clanguage
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / archana shukla
it can have any number of header files. but it ha smore
than 8 header files. .... About 24 header file in a C
Language. ...
| Is This Answer Correct ? | 2 Yes | 6 No |
Answer / purna chandra reddy
there are 256 header files are ther in c language
| Is This Answer Correct ? | 8 Yes | 13 No |
Answer / sampath
In my point of you there are above 300 header files are
there.
| Is This Answer Correct ? | 2 Yes | 12 No |
Answer / 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 |
Explain how do you print only part of a string?
What is an expression?
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
Write the Program to reverse a string using pointers.
How would you rename a function in C?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Explain #pragma statements.
what is software?
int x=sizeof(!5.856); What will value of variable x?
What is a string?
what is the difference between NULL('\0') and 0?