how many header file is in C language ?
Answer Posted / prasanth prabhakaran
There are some where around 24 header files which are
listed below
<assert.h>
<complex.h>
<ctype.h>
<errno.h>
<fenv.h>
<float.h>
<inttypes.h>
<iso646.h>
<limits.h>
<locale.h>
<math.h>
<setjmp.h>
<signal.h>
<stdarg.h>
<stdbool.h>
<stddef.h>
<stdint.h>
<stdio.h>
<stdlib.h>
<string.h>
<tgmath.h>
<time.h>
<wchar.h>
<wctype.h>
| Is This Answer Correct ? | 24 Yes | 15 No |
Post New Answer View All Answers
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
In C language what is a 'dangling pointer'?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What are the 4 types of unions?
Explain Basic concepts of C language?
i want to know the procedure of qualcomm for getting a job through offcampus
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What is the difference between scanf and fscanf?
What is string function c?
What are header files and explain what are its uses in c programming?
Why is c so important?
What is a char c?
What is a stream in c programming?
What is realloc in c?