totally how much header files r in c language

Answers were Sorted based on User's Feedback



totally how much header files r in c language..

Answer / rakamal

According to ISO C99 standard totally 24 header files are
available

Is This Answer Correct ?    9 Yes 4 No

totally how much header files r in c language..

Answer / uk

i think there are morethan 30 headerfiles in c

Is This Answer Correct ?    5 Yes 2 No

totally how much header files r in c language..

Answer / vijay

there are 29 hederfiles in c

Is This Answer Correct ?    3 Yes 1 No

totally how much header files r in c language..

Answer / mod

there r 24 header files in iso standerd of c language

Is This Answer Correct ?    2 Yes 2 No

totally how much header files r in c language..

Answer / nirosha

i thick there 24 headerfiles in c language

Is This Answer Correct ?    3 Yes 4 No

totally how much header files r in c language..

Answer / ankith.v

We Are having so many header files

Is This Answer Correct ?    3 Yes 5 No

totally how much header files r in c language..

Answer / hari

two header files uaing the c language.but header files
keep the funcation declearcation saparte from function
dafanation

very large of appplication.& want to break into different
parts,this parts are into diff library called header files

Is This Answer Correct ?    2 Yes 4 No

totally how much header files r in c language..

Answer / vignesh1988i

actually there are more than 50 header files as for as i know........


thank u

Is This Answer Correct ?    7 Yes 13 No

Post New Answer

More C Interview Questions

When a c file is executed there are many files that are automatically opened what are they files?

0 Answers  


What is a example of a variable?

0 Answers  


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


what is difference between array and structure?

44 Answers   College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,






what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  


Explain Linker and Loader

5 Answers  


What are multibyte characters?

0 Answers  


char *p="name"; printf(p);

1 Answers  


What is the difference between text and binary modes?

0 Answers  


Explain how can you check to see whether a symbol is defined?

0 Answers  


why we need function pointers?

3 Answers  


Categories