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
What library is sizeof in c?
Write a program to print ASCII code for a given digit.
What is the c language function prototype?
How do I send escape sequences to control a terminal or other device?
What is indirection? How many levels of pointers can you have?
For what purpose null pointer used?
How can I access an I o board directly?
What are terms in math?
How can I find out how much free space is available on disk?
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
What does it mean when the linker says that _end is undefined?
What does c in a circle mean?
Why is event driven programming or procedural programming, better within specific scenario?
Difference between goto, long jmp() and setjmp()?
Explain the advantages of using macro in c language?