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
Explain what is the difference between far and near ?
What are the Advantages of using macro
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
How can you increase the allowable number of simultaneously open files?
What is sizeof c?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is a stream?
What is the difference between strcpy() and memcpy() function in c programming?
can we change the default calling convention in c if yes than how.........?
What is a static variable in c?
Write a program to print factorial of given number without using recursion?
pierrot's divisor program using c or c++ code
How do we open a binary file in Read/Write mode in C?
Write a program to reverse a given number in c?
What are the different types of control structures?