how many header file is in C language ?

Answer Posted / sai bharadwaj

the following are some of the header files in c:
#include<stdio.h>
#include<string.h>
#include<math.h>
#include<stdlib.h>
#include<floats.h>
#include<conio.h>
#include<time.h>
#include<limits.h>
#include<graphic.h>
#include<ctype.h>
#include<malloc.h>
#include<calloc.h>
#include<sound.h>
there are about 32 header files in c

Is This Answer Correct ?    65 Yes 36 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I convert a number to a string?

603


what are # pragma staments?

1621


Explain the binary height balanced tree?

716


Can we assign string to char pointer?

580


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1582






What is scope and lifetime of a variable in c?

570


What is use of pointer?

583


Do pointers need to be initialized?

556


What is the c language function prototype?

642


Which is better between malloc and calloc?

664


What is a example of a variable?

546


Which is better oop or procedural?

624


Which driver is a pure java driver

985


What is pointers in c with example?

574


Should I learn c before c++?

594