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

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

Answer / khaja

.h is an extension for i/o .

Is This Answer Correct ?    0 Yes 1 No

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

Answer / ishwarya

this header file include EOF function also

Is This Answer Correct ?    4 Yes 15 No

Post New Answer

More C Interview Questions

Can u return two values using return keyword? If yes, how? If no, why?

7 Answers  


what is the diff b/w static and non static variables in C. Give some examples plz.

3 Answers   Wipro,


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

0 Answers   Case, IBM,


What is the correct code to have following output in c using nested for loop?

0 Answers  


Explain what are multidimensional arrays?

0 Answers  


yogesh patil in dell

3 Answers   DELL,


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

0 Answers  


EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>

4 Answers  


What is the benefit of using an enum rather than a #define constant?

0 Answers  


Write a program in C to reverse a number by recursive function?

1 Answers  


Explain what is the most efficient way to store flag values?

0 Answers  


Categories