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 is time complexity c?

0 Answers  


write a program to print calender using for loop.

1 Answers   HCL, TCS,


How are Structure passing and returning implemented by the complier?

0 Answers   TISL,


write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.

5 Answers   Temenos,


Can you tell me how to check whether a linked list is circular?

1 Answers  






Explain what are multibyte characters?

0 Answers  


What is scope and lifetime of a variable in c?

0 Answers  


What is stack in c?

0 Answers  


compare array with pointer?

1 Answers  


why we need function pointers?

3 Answers  


What is a pointer on a pointer in c programming language?

0 Answers  


main() { int i; printf("%d",i^i); }

1 Answers  


Categories