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
What is a void pointer? When is a void pointer used?
What is structure padding and packing in c?
Where static variables are stored in c?
Is c is a high level language?
#include
Define macros.
Describe how arrays can be passed to a user defined function
What are external variables in c?
What are lookup tables in c?
Explain how do you view the path?
What is the purpose of sprintf() function?
Explain what are its uses in c programming?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Which is the best website to learn c programming?
What is the maximum length of an identifier?