how many header file is in C language ?

Answers were Sorted based on User's Feedback



how many header file is in C language ?..

Answer / mohan

there are 24 header files in c language

Is This Answer Correct ?    8 Yes 5 No

how many header file is in C language ?..

Answer / kuldeep

hi there total 48 header files in provided by the turbo c++.
if u want to saw all the header file : go in turbo c++ ide screen then:
1-> press + f1
2> open the header file nd count

Is This Answer Correct ?    5 Yes 2 No

how many header file is in C language ?..

Answer / tapas

above32

Is This Answer Correct ?    3 Yes 0 No

how many header file is in C language ?..

Answer / archana shukla

About 24 header file in a C Language.

Is This Answer Correct ?    9 Yes 7 No

how many header file is in C language ?..

Answer / vidiyal

approximately 35 header file in c

Is This Answer Correct ?    10 Yes 8 No

how many header file is in C language ?..

Answer / kumaresan

C library having n number of header files. It can be used in
different purposes. Mostly used header files is stdio.h &
conio.h.

Is This Answer Correct ?    2 Yes 0 No

how many header file is in C language ?..

Answer / jaspreet singh

256 header files are available in c languarge

Is This Answer Correct ?    8 Yes 7 No

how many header file is in C language ?..

Answer / palanisamy

#include<assert.h>
#include<complex.h>
#include<ctype.h>
#include<errno.h>
#include<fenv.h>
#include<float.h>
#include<inttypes.h>
#include<iso646.h>
#include<limits.h>
#include<locale.h>
#include<math.h>
#include<setjmp.h>
#include<signal.h>
#include<stdarg.h>
#include<stdbool.h>
#include<stddef.h>
#include<stdint.h>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<tgmath.h>
#include<time.h>
#include<wchar.h>
#include<wctype.h>

#include<conio.h>

#include<math.h>
#include<graphic.h>

#include<ctype.h>
#include<malloc.h>
#include<calloc.h>
#include<sound.h>

Is This Answer Correct ?    2 Yes 1 No

how many header file is in C language ?..

Answer / vignesh

42 Header Files are available.

Is This Answer Correct ?    2 Yes 1 No

how many header file is in C language ?..

Answer / saicharan(cherry)

55 hadder files in C language

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More C Interview Questions

What are the key features in c programming language?

0 Answers  


What is #ifdef ? What is its application?

0 Answers   TCS,


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

0 Answers  


How can I trap or ignore keyboard interrupts like control-c?

0 Answers  


write an interactive C program that will encode or decode a line of text.To encode a line of text,proceed as follows. 1.convert each character,including blank spaces,to its ASCII equivalent. 2.Generate a positive random integer.add this integer to the ASCII equivalent of each character.The same random integer will be used for the entire line of text. 3.Suppose that N1 represents the lowest permissible value in the ASCII code,and N2 represents the highest permissible value.If the number obtained in step 2 above(i.e.,the original ASCII equivalent plus the random integer)exceeds N2,then subtract the largest possible multiple of N2 from this number,and add the remainder to N1.Hence the encoded number will always fall between N1 and N2,and will therefore always represent some ASCII character. 4.Dislay the characters that correspond to the encoded ASCII values.  The procedure is reversed when decoding a line of text.Be certain,however,that the same random number is used in decodingas was used in encoding.

0 Answers  






How to removing white spces in c programming only bu using loops

2 Answers  


How do I use void main?

0 Answers  


What is the significance of c program algorithms?

0 Answers  


Explain the bubble sort algorithm.

0 Answers  


Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments

6 Answers   TCS,


What are the 3 types of structures?

0 Answers  


The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters

0 Answers  


Categories