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


Please Help Members By Posting Answers For Below Questions

How can I open a file so that other programs can update it at the same time?

655


What is indirection?

645


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1512


Explain how can I remove the trailing spaces from a string?

621


What is nested structure in c?

606






How important is structure in life?

585


Write a program that accept anumber in words

1248


What is the explanation for prototype function in c?

564


What is pre-emptive data structure and explain it with example?

3203


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2116


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

680


What are the 5 types of organizational structures?

546


Can you return null in c?

591


Is c is a high level language?

616


Explain 'bit masking'?

647