how many header file is in C language ?
Answer Posted / kaushik makani
#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>
total 42 headerfile avaleble in c
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are header files in c?
What are the valid places to have keyword “break”?
Can you tell me how to check whether a linked list is circular?
What is the sizeof () operator?
how to find anagram without using string functions using only loops in c programming
What is const volatile variable in c?
What is void pointers in c?
What are the 5 types of inheritance in c ++?
Can the curly brackets { } be used to enclose a single line of code?
What are the primitive data types in c?
What is echo in c programming?
How can I open files mentioned on the command line, and parse option flags?
Does c have function or method?
What is a program?
What is the scope of global variable in c?