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

which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none

7 Answers   Trident,


How can I access a memory located at certain address?

2 Answers   CSC,


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


What is sizeof int in c?

0 Answers  


Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,






What is the most efficient way to count the number of bits which are set in a value?

4 Answers  


advantages of pointers?

3 Answers  


Juxtapose the use of override with new. What is shadowing?

1 Answers  


What is a stream water?

0 Answers  


Dont ansi function prototypes render lint obsolete?

0 Answers  


What are bitwise shift operators in c programming?

0 Answers  


For what purpose null pointer used?

0 Answers  


Categories