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
Find MAXIMUM of three distinct integers using a single C statement
What are near, far and huge pointers?
What is bubble sort technique in c?
What is p in text message?
Why isn't it being handled properly?
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 echo in c programming?
What is the importance of c in your views?
What is the right type to use for boolean values in c? Is there a standard type?
What does d mean?
can anyone suggest some site name..where i can get some good data structure puzzles???
Is it possible to have a function as a parameter in another function?
Explain is it valid to address one element beyond the end of an array?
What is optimization in c?
Can main () be called recursively?