What can be used header file in turbo c++...... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What can be used header file in turbo c++......

13th Nov 2016, 3:49 AM
Ajeet Singh
Ajeet Singh - avatar
5 Answers
+ 1
there are many but most common is <iostream.h> and <conio.h>
13th Nov 2016, 5:10 AM
Meet Turakhia
Meet Turakhia - avatar
0
in turbo c++ u need to use #include<headerfilename.h> as u can use predefined header files and even make your own header file and use it
13th Nov 2016, 4:33 AM
Dhruv Saxena
Dhruv Saxena - avatar
0
for usual io Operations, iostream is must. other header files depend on the requirements. a program can exist without header files though. provided you import the function definitions manually from the header file.
13th Nov 2016, 6:42 AM
P Sandesh Baliga
P Sandesh Baliga - avatar
0
<iostream.h> ,<conio.h> these both or one of them??????
13th Nov 2016, 8:34 AM
Ajeet Singh
Ajeet Singh - avatar
0
iostream is compulsory. otherd are optional. depending on functions you use , you will have to include those header files
13th Nov 2016, 9:00 AM
P Sandesh Baliga
P Sandesh Baliga - avatar