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 ?

Answer Posted / shashiprabha singh

.h is used for header files and stdio.h is "standard input
output header files" which hold all realtives i/p files. In
these files varias types of function r included like scanf,
printf etc.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function prototype?

1217


When a c file is executed there are many files that are automatically opened what are they files?

1150


How to Throw some light on the splay trees?

1101


Explain spaghetti programming?

1321


Who is the founder of c language?

1224


What are the different types of data structures in c?

1215


How can you invoke another program from within a C program?

1120


What is formal argument?

1191


What are Macros? What are its advantages and disadvantages?

1221


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1485


How can I rethow can I return a sequence of random numbers which dont repeat at all?

1239


What is assignment operator?

1113


Are local variables initialized to zero by default in c?

1100


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1646


How can you call a function, given its name as a string?

1209