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

Can we change the value of #define in c?

0 Answers  


enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


In c language can we compile a program without main() function?

0 Answers  


Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

0 Answers   Infosys,


Write a program to print all the prime numbers with in the given range

8 Answers   ABC, College School Exams Tests, TCS,


write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?

5 Answers   HCL,


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

0 Answers  


What are volatile variables?

1 Answers   Mind Tree,


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


what are brk, sbrk?

1 Answers   Oracle,


How do you define a function?

0 Answers  


Categories