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 ?

Answer Posted / kaushik makani

#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>
total 42 headerfile avaleble in c

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define macros.

1238


What language is c written?

997


why return type of main is not necessary in linux

2067


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

1257


Explain how do you search data in a data file using random access method?

1085


How can I read/write structures from/to data files?

937


What is the use of sizeof?

989


how to capitalise first letter of each word in a given string?

1889


How to write c functions that modify head pointer of a linked list?

955


How #define works?

1065


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1063


write a program to create a sparse matrix using dynamic memory allocation.

4857


Why isnt there a numbered, multi-level break statement to break out

1016


Why we use break in c?

963


What are control structures? What are the different types?

1058