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


Please Help Members By Posting Answers For Below Questions

What is array of structure in c programming?

756


How does normalization of huge pointer works?

642


What is d scanf?

596


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2030


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

721






c language interview questions & answer

1464


What are identifiers and keywords in c?

574


How to create struct variables?

595


What is meant by high-order and low-order bytes?

657


What is the difference between c &c++?

648


The statement, int(*x[]) () what does in indicate?

648


Explain how do I determine whether a character is numeric, alphabetic, and so on?

655


What is identifiers in c with examples?

678


What is the argument of a function in c?

576


Explain what are global variables and explain how do you declare them?

644