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...


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

given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)

6 Answers   amu, TCS,


5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function

1 Answers   TCS,


What is p in text message?

0 Answers  


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  


Write a programe print the sum of series 0,1,2,.....10

7 Answers  


what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these

2 Answers   IBM,


#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 Answers  


How to add two numbers with using function?

2 Answers   Miracle Solutions,


In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?

1 Answers   Melstar,


write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.

6 Answers  


What are different storage class specifiers in c?

0 Answers  


How can you increase the size of a dynamically allocated array?

0 Answers   TISL,


Categories