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

const char * char * const What is the differnce between the above tow?.

6 Answers   Ramco, TCS,


Why doesn't C have nested functions?

2 Answers  


What are the similarities between c and c++?

0 Answers  


what is a non volatile key word in c language?

1 Answers  


Why do we use main function?

0 Answers  


Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.

6 Answers   Wipro,


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


What is string concatenation in c?

0 Answers  


Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5

3 Answers  


What is structure padding ?

3 Answers   HP,


#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39

1 Answers   GameLoft,


What is structure and union in c?

0 Answers  


Categories