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 happens if you free a pointer twice?
When was c language developed?
What is an endless loop?
With the help of using classes, write a program to add two numbers.
Is printf a keyword?
What is a string?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is the purpose of type declarations?
Is there any demerits of using pointer?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Define Spanning-Tree Protocol (STP)
What is double pointer?
What are structure members?
Can you write a programmer for FACTORIAL using recursion?
What are the 5 types of inheritance in c ++?