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
Simplify the program segment if X = B then C ← true else C ← false
What is an lvalue in c?
What is a const pointer in c?
What are the types of type specifiers?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is the difference between formatted&unformatted i/o functions?
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 mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
How to create struct variables?
Explain how can I read and write comma-delimited text?
What is the use of define in c?
What are qualifiers in c?
Explain how do you use a pointer to a function?
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 read in an object file and jump to locations in it?