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 is keyword in c?

606


Can the curly brackets { } be used to enclose a single line of code?

717


When should you use a type cast?

595


Explain how can type-insensitive macros be created?

575


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1214






how can I convert a string to a number?

600


What is string function c?

573


Explain about block scope in c?

663


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

638


please give me some tips for the placement in the TCS.

1637


What is the explanation for prototype function in c?

573


How can this be legal c?

656


What is the translation phases used in c language?

640


Where is volatile variable stored?

653


What is page thrashing?

655