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 / bhanudas

#include<stdio.h> mean standered input / output header
file.
This preprocessor directive tell the compiler I am
including my program in your header file.
It also called as preprocessor command or header file .

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1961


Can the curly brackets { } be used to enclose a single line of code?

1160


Should a function contain a return statement if it does not return a value?

1071


What is an auto variable in c?

1223


What is c++ used for today?

1106


What does c mean in standard form?

1168


What are conditional operators in C?

1091


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

1150


What is scanf_s in c?

1113


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

1063


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3532


What is a function in c?

1571


Is c compiled or interpreted?

1188


What does a pointer variable always consist of?

1093


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

1083