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 / kaushik makani

total 42 headerfile

Is This Answer Correct ?    0 Yes 2 No

how many header file is in C language ?..

Answer / devi

132

Is This Answer Correct ?    0 Yes 2 No

how many header file is in C language ?..

Answer / ankit chaliyan

there are 27 type of header file in clanguage

Is This Answer Correct ?    0 Yes 3 No

how many header file is in C language ?..

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

how many header file is in C language ?..

Answer / purna chandra reddy

there are 256 header files are ther in c language

Is This Answer Correct ?    8 Yes 13 No

how many header file is in C language ?..

Answer / vinaay

there are manyy no headerfiles in c

Is This Answer Correct ?    0 Yes 5 No

how many header file is in C language ?..

Answer / prasanth

around 270 files

Is This Answer Correct ?    9 Yes 18 No

how many header file is in C language ?..

Answer / sampath

In my point of you there are above 300 header files are
there.

Is This Answer Correct ?    2 Yes 12 No

how many header file is in C language ?..

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

how many header file is in C language ?..

Answer / prak_ca04

4

Is This Answer Correct ?    99 Yes 113 No

Post New Answer

More C Interview Questions

What is return in c programming?

0 Answers  


what is the role you expect in software industry?

0 Answers   HCL,


what is data structure.in linear and non linear data structures which one is better?Explain

3 Answers   Wipro,


Why array starts with index 0

2 Answers  


Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,


what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }

9 Answers  


What should not contain a header file?

2 Answers  


What is the difference between test design and test case design?

0 Answers  


please send me the code for multiplying sparse matrix using c

0 Answers  


Are pointers integers in c?

0 Answers  


#include<stdio.h> #include<conio.h> int main() { int a[4][4]={{5,7,5,9}, {4,6,3,1}, {2,9,0,6}}; int *p; int (*q)[4]; p=(int*)a; q=a; printf("\n%u%u",p,q); p++; q++; printf("\n%u%u",p,q); getch(); return 0; } what is the meaning of this program?

2 Answers  


Total of how many functions are available in c?

3 Answers  


Categories