Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 / sandeep reddy k

There are 19 header files in c language. Obviously we use some header files in particular cases.

Is This Answer Correct ?    3 Yes 2 No

how many header file is in C language ?..

Answer / kaushik makani

#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>
total 42 headerfile avaleble in c

Is This Answer Correct ?    2 Yes 1 No

how many header file is in C language ?..

Answer / saisujith

27 header files are there.... According to borland compiler.. later it is about increased there mark....

Is This Answer Correct ?    7 Yes 7 No

how many header file is in C language ?..

Answer / saisujith

27 header files according to borlandc ...... There after it
may be increased....
But 27 header files is the correct one....

Is This Answer Correct ?    5 Yes 5 No

how many header file is in C language ?..

Answer / janardhan

In C Language 432 header files are there

Is This Answer Correct ?    0 Yes 0 No

how many header file is in C language ?..

Answer / chanchal kardam

The correct answer is 41 header files in C language

Is This Answer Correct ?    0 Yes 0 No

how many header file is in C language ?..

Answer / a.bindhu bhargavi

There are 256 header files in C language

Is This Answer Correct ?    0 Yes 0 No

how many header file is in C language ?..

Answer / amrish

29

Is This Answer Correct ?    1 Yes 2 No

how many header file is in C language ?..

Answer / naznin nahar

there are64 header file in c language

Is This Answer Correct ?    0 Yes 2 No

how many header file is in C language ?..

Answer / vijay satani

54 headerfile

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C Interview Questions

What is echo in c programming?

0 Answers  


What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 Answers  


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

0 Answers  


What are the differences between new and malloc in C?

0 Answers   Amazon,


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

0 Answers  


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

0 Answers  


What are linker error?

0 Answers  


Why is c called a structured programming language?

0 Answers  


how many times of error occur in C

11 Answers  


main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  


Categories