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
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Which built-in library function can be used to match a patter from the string?
Which header file is used for clrscr?
Why can't I perform arithmetic on a void* pointer?
How can you tell whether a program was compiled using c versus c++?
Write a program that accept anumber in words
Explain how do you view the path?
Explain what are the different file extensions involved when programming in c?
What is enumerated data type in c?
Differentiate between functions getch() and getche().
What is a dynamic array in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
how to write optimum code to divide a 50 digit number with a 25 digit number??
What does %d do in c?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.