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


Please Help Members By Posting Answers For Below Questions

Is stack a keyword in c?

638


What does volatile do?

568


What is the difference between printf and scanf )?

597


What are the modifiers available in c programming language?

742


What is the Purpose of 'extern' keyword in a function declaration?

655






If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

625


How can I open a file so that other programs can update it at the same time?

664


What is c definition?

751


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

650


Explain about C function prototype?

612


How can you allocate arrays or structures bigger than 64K?

684


What does 3 mean in texting?

618


What is ponter?

775


Does sprintf put null character?

604


What is the difference between strcpy() and memcpy() function in c programming?

628