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
Is javascript based on c?
How many main () function we can have in a project?
What are the advantages and disadvantages of c language?
Explain enumerated types in c language?
What is a constant?
What is time null in c?
How do we make a global variable accessible across files? Explain the extern keyword?
What is function prototype?
What are the disadvantages of a shell structure?
Is c call by value?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What are the uses of null pointers?
What is a newline escape sequence?
What does %d do in c?
What is enumerated data type in c?