Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the function of .h in #include<stdio.h> in c ?

Answers were Sorted based on User's Feedback



what is the function of .h in #include<stdio.h> in c ?..

Answer / mytri

.h is a header file which includes standard input and output
functions

Is This Answer Correct ?    112 Yes 16 No

what is the function of .h in #include<stdio.h> in c ?..

Answer / dilip kumar

u know that every file is exist with extention name
so .h is a extention name of all header file.

Is This Answer Correct ?    50 Yes 17 No

what is the function of .h in #include<stdio.h> in c ?..

Answer / meena

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 ?    35 Yes 5 No

what is the function of .h in #include<stdio.h> in c ?..

Answer / vignesh1988i

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 ?    25 Yes 5 No

what is the function of .h in #include<stdio.h> in c ?..

Answer / joydeep roy

thanks both of u ...4r giving d answer

Is This Answer Correct ?    21 Yes 13 No

what is the function of .h in #include<stdio.h> in c ?..

Answer / amatullah

.h is the extention of the header file
h indicates that its a header file

Is This Answer Correct ?    9 Yes 2 No

what is the function of .h in #include<stdio.h> in c ?..

Answer / bhawani shankar

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 ?    10 Yes 4 No

what is the function of .h in #include<stdio.h> in c ?..

Answer / moolshankar

.his the extencation of the header file .h indicvates
that its a header file

Is This Answer Correct ?    8 Yes 3 No

what is the function of .h in #include<stdio.h> in c ?..

Answer / dekchand sharma

.h Means header file of input output in c.
#include<stdio.h>
it means standered input output header file.

Is This Answer Correct ?    13 Yes 9 No

what is the function of .h in #include<stdio.h> in c ?..

Answer / victor chatterjee

.h is that extension in which the library files are being
saved. such as stdio.h, conio.h, iostream.h. it is the
header file which includes all the standard input output
functions.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More C Interview Questions

How important is structure in life?

0 Answers  


What is the purpose of main( ) in c language?

0 Answers  


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


What is string in c language?

0 Answers  


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

0 Answers  


What is bash c?

0 Answers  


what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 Answers  


How can I make it pause before closing the program output window?

0 Answers  


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

0 Answers  


What is malloc calloc and realloc in c?

0 Answers  


what are the advantage and disadvantage of recursion

5 Answers  


write the program for maximum of the following numbers? 122,198,290,71,143,325,98

5 Answers  


Categories