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


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

Answers were Sorted based on User's Feedback



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

Answer / k.naresh

those are called header files
it have some pre compiled functions
in that basis we can use in the program to get
afficient result
stdio.h means that standrad input and output function it having
and then
conio.h means that console input and output function sit having

Is This Answer Correct ?    66 Yes 9 No

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

Answer / deepak kumar dhurve

stdio.h => (standard Input Output Header File) generally used for Inonu Output and some standard function used in.

Is This Answer Correct ?    11 Yes 3 No

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

Answer / priti ranjan panda

stdio.h => (standard Input Output Header File) generally used for Inonu Output and some standard function used in.

Is This Answer Correct ?    3 Yes 1 No

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

Answer / sevak.yatrik777

<stdio.h> is a standard header which works with any C
compiler which adheres to the C standard.

<conio.h.> is Borland abomination which should be avoided
like the plague as it's non-standard and non-portable.

Is This Answer Correct ?    14 Yes 20 No

Post New Answer

More C Interview Questions

What are dynamically linked and statically linked libraries?

2 Answers  


What is this infamous null pointer, anyway?

0 Answers  


How can I convert integers to binary or hexadecimal?

2 Answers  


#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?

7 Answers   Intel,


Write code for initializing one dimentional and two dimentional array in a C Program?

5 Answers   Deshaw, Edutech, GMD,


c program to input values in a table(using 2D array) and print odd numbers from them

1 Answers  


In which area global, external variables are stored?

3 Answers  


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  


Why is c platform dependent?

0 Answers  


how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


Do you know the use of fflush() function?

0 Answers  


How are 16- and 32-bit numbers stored?

0 Answers  


Categories