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

Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1720


What are the types of type qualifiers in c?

819


What is action and transformation in spark?

808


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1556


can we change the default calling convention in c if yes than how.........?

2262






What is a union?

783


What is typedef struct in c?

775


what do u mean by Direct access files? then can u explain about Direct Access Files?

1824


Where static variables are stored in memory in c?

696


What is the difference between far and near in c?

779


Which is better between malloc and calloc?

871


How to create struct variables?

782


i have a written test for microland please give me test pattern

2450


What are the main characteristics of c language describe the structure of ac program?

920


Explain how do you determine a file’s attributes?

787