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 / mohan

there are 24 header files in c language

Is This Answer Correct ?    8 Yes 5 No

how many header file is in C language ?..

Answer / kuldeep

hi there total 48 header files in provided by the turbo c++.
if u want to saw all the header file : go in turbo c++ ide screen then:
1-> press + f1
2> open the header file nd count

Is This Answer Correct ?    5 Yes 2 No

how many header file is in C language ?..

Answer / tapas

above32

Is This Answer Correct ?    3 Yes 0 No

how many header file is in C language ?..

Answer / archana shukla

About 24 header file in a C Language.

Is This Answer Correct ?    9 Yes 7 No

how many header file is in C language ?..

Answer / vidiyal

approximately 35 header file in c

Is This Answer Correct ?    10 Yes 8 No

how many header file is in C language ?..

Answer / kumaresan

C library having n number of header files. It can be used in
different purposes. Mostly used header files is stdio.h &
conio.h.

Is This Answer Correct ?    2 Yes 0 No

how many header file is in C language ?..

Answer / jaspreet singh

256 header files are available in c languarge

Is This Answer Correct ?    8 Yes 7 No

how many header file is in C language ?..

Answer / palanisamy

#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>

#include<conio.h>

#include<math.h>
#include<graphic.h>

#include<ctype.h>
#include<malloc.h>
#include<calloc.h>
#include<sound.h>

Is This Answer Correct ?    2 Yes 1 No

how many header file is in C language ?..

Answer / vignesh

42 Header Files are available.

Is This Answer Correct ?    2 Yes 1 No

how many header file is in C language ?..

Answer / saicharan(cherry)

55 hadder files in C language

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More C Interview Questions

What is meaning of "Void main" in C Language.

24 Answers   Ford, GU, HCL, IBIBS, JUW, TCS,


Explain the use of function toupper() with and example code?

0 Answers  


What are # preprocessor operator in c?

0 Answers  


What is C language Terminator?

15 Answers   TCS,


Write a program to check palindrome number in c programming?

0 Answers  






There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


Is a house a mass structure?

0 Answers  


any "C" function by default returns an a) int value b) float value c) char value d) a & b

0 Answers  


Why is not a pointer null after calling free?

0 Answers  


What is the scope of global variable in c?

0 Answers  


How do I declare a pointer to an array?

6 Answers   IBM,


how c source file in converted to exe file

5 Answers   KPIT,


Categories