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 / mohan

there are 24 header files in c language

Is This Answer Correct ?    8 Yes 5 No

how many header file is in C language ?..

Answer / kuldeep

hi there total 48 header files in provided by the turbo c++.
if u want to saw all the header file : go in turbo c++ ide screen then:
1-> press + f1
2> open the header file nd count

Is This Answer Correct ?    5 Yes 2 No

how many header file is in C language ?..

Answer / tapas

above32

Is This Answer Correct ?    3 Yes 0 No

how many header file is in C language ?..

Answer / archana shukla

About 24 header file in a C Language.

Is This Answer Correct ?    9 Yes 7 No

how many header file is in C language ?..

Answer / vidiyal

approximately 35 header file in c

Is This Answer Correct ?    10 Yes 8 No

how many header file is in C language ?..

Answer / kumaresan

C library having n number of header files. It can be used in
different purposes. Mostly used header files is stdio.h &
conio.h.

Is This Answer Correct ?    2 Yes 0 No

how many header file is in C language ?..

Answer / jaspreet singh

256 header files are available in c languarge

Is This Answer Correct ?    8 Yes 7 No

how many header file is in C language ?..

Answer / palanisamy

#include<assert.h>
#include<complex.h>
#include<ctype.h>
#include<errno.h>
#include<fenv.h>
#include<float.h>
#include<inttypes.h>
#include<iso646.h>
#include<limits.h>
#include<locale.h>
#include<math.h>
#include<setjmp.h>
#include<signal.h>
#include<stdarg.h>
#include<stdbool.h>
#include<stddef.h>
#include<stdint.h>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<tgmath.h>
#include<time.h>
#include<wchar.h>
#include<wctype.h>

#include<conio.h>

#include<math.h>
#include<graphic.h>

#include<ctype.h>
#include<malloc.h>
#include<calloc.h>
#include<sound.h>

Is This Answer Correct ?    2 Yes 1 No

how many header file is in C language ?..

Answer / vignesh

42 Header Files are available.

Is This Answer Correct ?    2 Yes 1 No

how many header file is in C language ?..

Answer / saicharan(cherry)

55 hadder files in C language

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More C Interview Questions

Program to find the absolute value of given integer using Conditional Operators

6 Answers   N Tech,


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  


wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


read a number & print all its devisors using c-program?

3 Answers  


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.

0 Answers   BirlaSoft,


How can I do peek and poke in c?

0 Answers  


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


When we use void main and int main?

0 Answers  


How can you pass an array to a function by value?

0 Answers  


What does dm mean sexually?

0 Answers  


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

0 Answers  


Categories