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
Explain how to reverse singly link list.
What does static variable mean in c?
Is that possible to store 32768 in an int data type variable?
What are the functions to open and close file in c language?
Why do we use main function?
What does 1f stand for?
Explain the process of converting a Tree into a Binary Tree.
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is s in c?
Can we increase size of array in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is dynamic memory allocation?
a program that can input number of records and can view it again the record
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
How can this be legal c?