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

‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1879


What are comments and how do you insert it in a C program?

742


Write a program to know whether the input number is an armstrong number.

673


What is the advantage of using #define to declare a constant?

621


What is file in c language?

576






Is c# a good language?

610


What are the advantages and disadvantages of a heap?

714


What is the difference between array and pointer?

569


Why do we use null pointer?

607


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

688


What is the use of a static variable in c?

594


What is the most efficient way to store flag values?

689


Write a program to identify if a given binary tree is balanced or not.

684


Here is a good puzzle: how do you write a program which produces its own source code as output?

599


Explain how can I make sure that my program is the only one accessing a file?

627