how many header file is in C language ?
Answer Posted / palanisamy
#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>
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Which header file is used for clrscr?
Linked lists -- can you tell me how to check whether a linked list is circular?
Why c is called procedure oriented language?
Who is the main contributor in designing the c language after dennis ritchie?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Can we declare function inside main?
Is it possible to pass an entire structure to functions?
What is function pointer c?
What is a macro in c preprocessor?
Explain how do you declare an array that will hold more than 64kb of data?
I need testPalindrome and removeSpace
#include
Is c# a good language?
How can I read a binary data file properly?
What is the difference between c &c++?
What is nested structure with example?