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 the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is the difference between text and binary modes?
write a c program in such a way that if we enter the today date the output should be next day's date.
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is chain pointer in c?
Who is the founder of c language?
What do you mean by scope of a variable in c?
Explain bit masking in c?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is cohesion in c?
Can a file other than a .h file be included with #include?
Write a program to swap two numbers without using third variable in c?
What are the types of macro formats?
What is ponter?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include