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
what is the function of .h in #include<stdio.h> in c ?
 Question Submitted By :: Joydeep Roy
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is the function of .h in #include<stdio.h> in c ?
Answer
# 1
.h is a header file which includes standard input and output
functions
 
Is This Answer Correct ?    14 Yes 0 No
Mytri
 
  Re: what is the function of .h in #include<stdio.h> in c ?
Answer
# 2
u know that every file is exist with extention name
so .h is a extention name of all header file.
 
Is This Answer Correct ?    11 Yes 3 No
Dilip Kumar
 
 
 
  Re: what is the function of .h in #include<stdio.h> in c ?
Answer
# 3
thanks both of u ...4r giving d answer
 
Is This Answer Correct ?    5 Yes 1 No
Joydeep Roy
 
  Re: what is the function of .h in #include<stdio.h> in c ?
Answer
# 4
this is called as a header file..... like .txt in
editors.... in this this header file dosent belong to the C
code..... the meaning of this is in this .h files all
functions will be writtern .............. eg. string
fun(),I/O fun(),getch(),clrscr(),math functions() ...... etc
... etc
 
Is This Answer Correct ?    7 Yes 0 No
Vignesh1988i
 
  Re: what is the function of .h in #include<stdio.h> in c ?
Answer
# 5
it is a header file.it stands for"standard input and 
output"file.if you want to give any input to the computer 
or if you want to recieve any output from the computer
(printf,scanf)this header file must be used.
 
Is This Answer Correct ?    4 Yes 2 No
Meena
 
  Re: what is the function of .h in #include<stdio.h> in c ?
Answer
# 6
this header file include EOF function also
 
Is This Answer Correct ?    0 Yes 2 No
Ishwarya
 
  Re: what is the function of .h in #include<stdio.h> in c ?
Answer
# 7
.h Means header file of input output in c.
#include<stdio.h>
it means standered input output header file.
 
Is This Answer Correct ?    1 Yes 0 No
Dekchand Sharma
 
  Re: what is the function of .h in #include<stdio.h> in c ?
Answer
# 8
accrding to my view simply we can say #include<stdio.h> is
a header file .this is include all standered input output of c
.h is used in this syntex is represents the link about the
header file (.h)
         we also write syntex #include<stdio.h> is
#include"stdio.h"    the .h shows that this is a header file..
 
Is This Answer Correct ?    1 Yes 0 No
Bhawani Shankar
 
  Re: what is the function of .h in #include<stdio.h> in c ?
Answer
# 9
.h is the extention of the header file
h indicates that its a header file
 
Is This Answer Correct ?    0 Yes 0 No
Amatullah
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
what is the definition of storage classes? Wipro2
what are the general concepts of c and c++  1
implement general tree using link list Wipro1
What is the difference between null pointer and void pointer CTS3
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT IBM1
Can I pass constant values to functions which accept structure arguments?  2
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5; TCS5
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 TCS6
the format specified for hexa decimal is a.%d b.%o c.%x d.%u TCS4
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed? Google5
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } } ME5
What is macro? IBM4
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables. Google10
What are the different pointer models in c?  3
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }  4
IS STRUCTURES CAN BE USED WITHIN AN ARRAY? Caritor7
how to find the kth smallest element in the given list of array elemnts. Silicon5
How to reverse a string using a recursive function, with swapping?  4
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how? Wipro5
declare afunction pointer to int printf(char *)? HCL1
 
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