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
What is difference between stdio h and conio h?
What is the translation phases used in c language?
What does the characters “r” and “w” mean when writing programs that will make use of files?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Explain the difference between call by value and call by reference in c language?
What is a function in c?
What is the difference between local variable and global variable in c?
Can you define which header file to include at compile time?
Explain the concept and use of type void.
How can I make it pause before closing the program output window?
Is that possible to add pointers to each other?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is typeof in c?
What does & mean in scanf?
What are the different types of C instructions?