how many header file is in C language ?
Answer Posted / aswinisekaran
#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>
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
Is javascript based on c?
Do pointers need to be initialized?
What does a function declared as pascal do differently?
What is the use of define in c?
What are the advantages of using Unions?
What does p mean in physics?
Why is c called c?
Explain how can you avoid including a header more than once?
Is c easy to learn?
How can I manipulate individual bits?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Are the outer parentheses in return statements really optional?
What is header file in c?
What does void main () mean?
Is Exception handling possible in c language?