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
How can I list all of the predefined identifiers?
Are global variables static in c?
Does sprintf put null character?
Explain what header files do I need in order to define the standard library functions I use?
Can a variable be both const and volatile?
What is array in C
hi, which software companys will take,if d candidate's % is jst 55%?
What is the difference between int main and void main?
What is zero based addressing?
Why c is called a mid level programming language?
Write a program to reverse a given number in c?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What are external variables in c?
When should the volatile modifier be used?
What are linker error?