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 / ashish kumar

#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<math.h>
#include<graphic.h>
#include<string.h>
#include<ctype.h>
#include<malloc.h>
#include<calloc.h>
#include<sound.h>

Above list are few header file in C. And many more header
file in C language.

Is This Answer Correct ?    155 Yes 41 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What library is sizeof in c?

1142


Write a program to print ASCII code for a given digit.

1129


What is the c language function prototype?

1143


How do I send escape sequences to control a terminal or other device?

1123


What is indirection? How many levels of pointers can you have?

1206


For what purpose null pointer used?

1117


How can I access an I o board directly?

1130


What are terms in math?

1099


How can I find out how much free space is available on disk?

1106


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

3125


What does it mean when the linker says that _end is undefined?

1148


What does c in a circle mean?

1130


Why is event driven programming or procedural programming, better within specific scenario?

2485


Difference between goto, long jmp() and setjmp()?

1235


Explain the advantages of using macro in c language?

1050