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
Why use int main instead of void main?
What is the difference between union and anonymous union?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
write a c program in such a way that if we enter the today date the output should be next day's date.
Explain the difference between call by value and call by reference in c language?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What do you know about the use of bit field?
How can type-insensitive macros be created?
What is wrong with this code?
Is null valid for pointers to functions?
Why is c called "mother" language?
Why c is called top down?
What is .obj file in c?
What language is lisp written in?
What is s or c?