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
What does 2n 4c mean?
What is main return c?
What is memcpy() function?
What is c language and why we use it?
What are run-time errors?
How we can insert comments in a c program?
will u please send me the placement papers to my mail???????????????????
What does c mean in standard form?
What are the different types of control structures in programming?
How do you determine the length of a string value that was stored in a variable?
Write a program to print "hello world" without using a semicolon?
Why is c called a structured programming language?
How main function is called in c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What does the c in ctime mean?