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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I list all of the predefined identifiers?

765


Are global variables static in c?

886


Does sprintf put null character?

796


Explain what header files do I need in order to define the standard library functions I use?

879


Can a variable be both const and volatile?

890


What is array in C

928


hi, which software companys will take,if d candidate's % is jst 55%?

1869


What is the difference between int main and void main?

795


What is zero based addressing?

928


Why c is called a mid level programming language?

835


Write a program to reverse a given number in c?

784


Explain how can I prevent another program from modifying part of a file that I am modifying?

866


What are external variables in c?

782


When should the volatile modifier be used?

892


What are linker error?

847