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

# 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 ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a value that does not change during program execution a) variabe b) argument c) parameter d) none

1194


Can the sizeof operator be used to tell the size of an array passed to a function?

1065


Can a local variable be volatile in c?

952


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1828


Give me the code of in-order recursive and non-recursive.

1330


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

2053


Differentiate between functions getch() and getche().

1000


Why can arithmetic operations not be performed on void pointers?

993


What is the default value of local and global variables in c?

991


regarding pointers concept

1989


What is context in c?

892


How can I get the current date or time of day in a c program?

1175


Why is C language being considered a middle level language?

1061


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

3201


Is it better to bitshift a value than to multiply by 2?

1059