how many header file is in C language ?
Answer Posted / kaushik makani
#include<assert.h>
#include<complex.h>
#include<ctype.h>
#include<errno.h>
#include<fenv.h>
#include<float.h>
#include<inttypes.h>
#include<iso646.h>
#include<limits.h>
#include<locale.h>
#include<math.h>
#include<setjmp.h>
#include<signal.h>
#include<stdarg.h>
#include<stdbool.h>
#include<stddef.h>
#include<stdint.h>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<tgmath.h>
#include<time.h>
#include<wchar.h>
#include<wctype.h>
#include<conio.h>
#include<math.h>
#include<graphic.h>
#include<ctype.h>
#include<malloc.h>
#include<calloc.h>
#include<sound.h>
total 42 headerfile avaleble in c
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Define macros.
What language is c written?
why return type of main is not necessary in linux
Can we replace the struct function in tree syntax with a union?
Explain how do you search data in a data file using random access method?
How can I read/write structures from/to data files?
What is the use of sizeof?
how to capitalise first letter of each word in a given string?
How to write c functions that modify head pointer of a linked list?
How #define works?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
write a program to create a sparse matrix using dynamic memory allocation.
Why isnt there a numbered, multi-level break statement to break out
Why we use break in c?
What are control structures? What are the different types?