ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
how many header file is in C language ?
 Question Submitted By :: Roja
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how many header file is in C language ?
Answer
# 1
4
 
Is This Answer Correct ?    5 Yes 20 No
Prak_ca04
[No]
 
  Re: how many header file is in C language ?
Answer
# 2
it can have any number of header files. but it ha smore 
than 8 header files.
 
Is This Answer Correct ?    11 Yes 16 No
Lohith
 
 
 
  Re: how many header file is in C language ?
Answer
# 3
there are manynumber hedder files because each hedder file
is used for different purpose.
for example if we are using pointers we will include
different hedder files with the standard hedder files as
#include<stdio.h>
 
Is This Answer Correct ?    9 Yes 9 No
Santosh
 
  Re: how many header file is in C language ?
Answer
# 4
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<math.h>
#include<graphic.h>
#include<string.h>
#include<ctype.h>
#include<malloc.h>
#include<calloc.h>
#include<sound.h>

Above list are few header file in C. And many more header 
file in C language.
 
Is This Answer Correct ?    13 Yes 2 No
Ashish Kumar
 
  Re: how many header file is in C language ?
Answer
# 5
32
 
Is This Answer Correct ?    3 Yes 5 No
Dharampal
 
  Re: how many header file is in C language ?
Answer
# 6
10 header files in c.
 
Is This Answer Correct ?    0 Yes 8 No
Prashant Gupta
 
  Re: how many header file is in C language ?
Answer
# 7
26 header files in C language.
 
Is This Answer Correct ?    1 Yes 4 No
Prashant Gupta
 
  Re: how many header file is in C language ?
Answer
# 8
Is there any valid reason where the limit is deceided.
 
Is This Answer Correct ?    1 Yes 5 No
Vrushali
 
  Re: how many header file is in C language ?
Answer
# 9
the following are some of the header files in c:
#include<stdio.h>
#include<string.h>
#include<math.h>
#include<stdlib.h>
#include<floats.h>
#include<conio.h>
#include<time.h>
#include<limits.h>
#include<graphic.h>
#include<ctype.h>
#include<malloc.h>
#include<calloc.h>
#include<sound.h>
there are about 32 header files in c
 
Is This Answer Correct ?    2 Yes 3 No
Sai Bharadwaj
 
  Re: how many header file is in C language ?
Answer
# 10
#include<stdio.h>
#include<conio.h>
#include<math.h>
#include<string.h>
#include<malloc.h>
#include<process.h>
#include<time.h>
#include<calloc.h>
#include<graphic.h>
#include<limits.h>
 
Is This Answer Correct ?    1 Yes 3 No
Vishal Rana
 
  Re: how many header file is in C language ?
Answer
# 11
iso c standard has 24 hederfiles...
 
Is This Answer Correct ?    2 Yes 3 No
Venky
 
  Re: how many header file is in C language ?
Answer
# 12
around 270 files
 
Is This Answer Correct ?    2 Yes 3 No
Prasanth
 
  Re: how many header file is in C language ?
Answer
# 13
17 header files is in c programming.
 
Is This Answer Correct ?    0 Yes 2 No
Rinki
 
  Re: how many header file is in C language ?
Answer
# 14
there are total 24 header files in C.
15 according to C89 & 9 further added in C99.
therefore, total 24.
 
Is This Answer Correct ?    2 Yes 0 No
Anupran
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4? NDS1
How would you print out the data in a binary tree, level by level, starting at the top? Microsoft4
How do you write a program which produces its own source code as its output?  3
how to implement stack work as a queue?  2
difference between my-strcpy and strcpy ? Geometric-Software3
Tell about strtok & strstr functions Motorola2
tell me the full form of c?  2
what is data structure  4
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5) TCS5
how to connect oracle in C/C++.  2
write a own function for strstr LG-Soft1
i want to have a program to read a string and print the frequency of each character and it should work in turbo c  2
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER  2
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986  1
Which command is more efficient? *(ptr+1) or ptr[1]  3
how to print value of e(exp1)up to required no of digits after decimal?  1
What is sparse file?  1
program to get the remainder and quotant of given two numbers with out using % and / operators? IBM8
to find the program of matrix multiplication using arrays  2
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?  5
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com