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

Symmetric technologies interview questions. For Computer science candidates the first round is a objective type written test consisting of 16 questions.It is very easy ,any police man can solve this. And next round is a written test consists of both objective and subjective .Total 40 question related to c,c++ and operating system related questions. And then a technical interview and give some program to solve with computer.The md is adamant person, whatever he says we have to accept that is the condition. And one more thing ,,,these interview is just for a formality..the company will select only innocent guys.. the person's without a backbone only they require.. And u have to submit the certificates this is the most important problem...So if you are not getting any other jobs..then only join with this... It is better to try for other company...And apart from that symmetric do a lot of projects..If a candidate can manage everything u can join and make good career with this company... The Md will normally speak rudely..but he is good person and he will give you a lot of very good chances to improve your career....but with cheap salary....

0 Answers   Symmetric Technologies,


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


Is fortran faster than c?

0 Answers  


what are bps & baud rates? differentiate these two?

2 Answers   TCS,


18)struct base {int a,b; base(); int virtual function1(); } struct derv1:base{ int b,c,d; derv1() int virtual function1(); } struct derv2 : base {int a,e; } base::base() { a=2;b=3; } derv1::derv1(){ b=5; c=10;d=11;} base::function1() {return(100); } derv1::function1() { return(200); } main() base ba; derv1 d1,d2; printf("%d %d",d1.a,d1.b) o/p is a)a=2;b=3; b)a=3; b=2; c)a=5; b=10; d)none 19) for the above program answer the following q's main() base da; derv1 d1; derv2 d2; printf("%d %d %d",da.function1(),d1.function1(),d2.function1 ()); o/p is a)100,200,200; b)200,100,200; c)200,200,100; d)none 20)struct { int x; int y; }abc; you can not access x by the following 1)abc-->x; 2)abc[0]-->x; abc.x; (abc)-->x; a)1,2,3 b)2&3 c)1&2 d)1,3,4

1 Answers  


who is first prime minister in india??

8 Answers   Wipro,


What are the various types of control structures in programming?

0 Answers  


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 Answers   Google, Motorola,


How do you write a program which produces its own source code as its output?

2 Answers  


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

0 Answers  


Explain the advantages of using macro in c language?

0 Answers  


Categories