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

why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

0 Answers  


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


Is there any demerits of using pointer?

0 Answers  


write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..

10 Answers   Bosch, Mind Tree,


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

0 Answers  


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

0 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


What are the different types of control structures?

0 Answers  


is compiler do read the data line by line or not. ??

6 Answers   LG Soft, Satyam, Tech Mahindra,


how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y

2 Answers   TCS, Tech Synergy,


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

0 Answers   Wilco,


Can static variables be declared in a header file?

0 Answers  


Categories