how many header file is in C language ?
Answer Posted / varun nayyar
<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 ? | 5 Yes | 1 No |
Post New Answer View All Answers
Was 2000 a leap year?
How many bytes is a struct in c?
Explain a pre-processor and its advantages.
What are the different file extensions involved when programming in C?
Explain what is the difference between far and near ?
How does struct work in c?
Explain what are the different file extensions involved when programming in c?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What does s c mean on snapchat?
How can I split up a string into whitespace-separated fields?
How can I dynamically allocate arrays?
What is uint8 in c?
what are non standard function in c
Why can’t constant values be used to define an array’s initial size?
Why main function is special give two reasons?