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 void c?
How many main () function we can have in a project?
Is linux written in c?
What is %d called in c?
Explain logical errors? Compare with syntax errors.
what are enumerations in C
Why does this code crash?
Explain how do you print only part of a string?
What is a null string in c?
Explain what is gets() function?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Differentiate between the = symbol and == symbol?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above