how many header file is in C language ?

Answers were Sorted based on User's Feedback



how many header file is in C language ?..

Answer / ashish kumar

#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<math.h>
#include<graphic.h>
#include<string.h>
#include<ctype.h>
#include<malloc.h>
#include<calloc.h>
#include<sound.h>

Above list are few header file in C. And many more header
file in C language.

Is This Answer Correct ?    155 Yes 41 No

how many header file is in C language ?..

Answer / sai bharadwaj

the following are some of the header files in c:
#include<stdio.h>
#include<string.h>
#include<math.h>
#include<stdlib.h>
#include<floats.h>
#include<conio.h>
#include<time.h>
#include<limits.h>
#include<graphic.h>
#include<ctype.h>
#include<malloc.h>
#include<calloc.h>
#include<sound.h>
there are about 32 header files in c

Is This Answer Correct ?    65 Yes 36 No

how many header file is in C language ?..

Answer / santosh

there are manynumber hedder files because each hedder file
is used for different purpose.
for example if we are using pointers we will include
different hedder files with the standard hedder files as
#include<stdio.h>

Is This Answer Correct ?    57 Yes 36 No

how many header file is in C language ?..

Answer / aswinisekaran

#include<assert.h>
#include<complex.h>
#include<ctype.h>
#include<errno.h>
#include<fenv.h>
#include<float.h>
#include<inttypes.h>
#include<iso646.h>
#include<limits.h>
#include<locale.h>
#include<math.h>
#include<setjmp.h>
#include<signal.h>
#include<stdarg.h>
#include<stdbool.h>
#include<stddef.h>
#include<stdint.h>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<tgmath.h>
#include<time.h>
#include<wchar.h>
#include<wctype.h>

Is This Answer Correct ?    17 Yes 4 No

how many header file is in C language ?..

Answer / vishal rana

#include<stdio.h>
#include<conio.h>
#include<math.h>
#include<string.h>
#include<malloc.h>
#include<process.h>
#include<time.h>
#include<calloc.h>
#include<graphic.h>
#include<limits.h>

Is This Answer Correct ?    34 Yes 24 No

how many header file is in C language ?..

Answer / anupran

there are total 24 header files in C.
15 according to C89 & 9 further added in C99.
therefore, total 24.

Is This Answer Correct ?    18 Yes 8 No

how many header file is in C language ?..

Answer / prasanth prabhakaran

There are some where around 24 header files which are
listed below

<assert.h>
<complex.h>
<ctype.h>
<errno.h>
<fenv.h>
<float.h>
<inttypes.h>
<iso646.h>
<limits.h>
<locale.h>
<math.h>
<setjmp.h>
<signal.h>
<stdarg.h>
<stdbool.h>
<stddef.h>
<stdint.h>
<stdio.h>
<stdlib.h>
<string.h>
<tgmath.h>
<time.h>
<wchar.h>
<wctype.h>

Is This Answer Correct ?    24 Yes 15 No

how many header file is in C language ?..

Answer / venky

iso c standard has 24 hederfiles...

Is This Answer Correct ?    20 Yes 13 No

how many header file is in C language ?..

Answer / varun nayyar

<assert.h>
<complex.h>
<ctype.h>
<errno.h>
<fenv.h>
<float.h>
<inttypes.h>
<iso646.h>
<limits.h>
<locale.h>
<math.h>
<setjmp.h>
<signal.h>
<stdarg.h>
<stdbool.h>
<stddef.h>
<stdint.h>
<stdio.h>
<stdlib.h>
<string.h>
<tgmath.h>
<time.h>
<wchar.h>
<wctype.h>

Is This Answer Correct ?    5 Yes 1 No

how many header file is in C language ?..

Answer / vrushali

Is there any valid reason where the limit is deceided.

Is This Answer Correct ?    24 Yes 21 No

Post New Answer

More C Interview Questions

a simple c program using 'for' loop to display the output 5 4 3 2 1

2 Answers   Google,


c program for searching a student details among 10 student details

0 Answers  


How will you allocate memory to double a pointer?

1 Answers  


If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.

1 Answers   TCS,


application of static variables in real time

1 Answers   Bosch,






What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings

6 Answers  


What is the difference between declaring a variable by constant keyword and #define ing that variable?

1 Answers  


What is the advantage of an array over individual variables?

0 Answers  


WHAT IS MEANT BY LIFE?

2 Answers  


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

0 Answers   TCS,


Does c have an equivalent to pascals with statement?

0 Answers  


what is uses of .net

0 Answers  


Categories