0
What can be used header file in turbo c++......
5 ответов
+ 1
there are many but most common is <iostream.h> and <conio.h>
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
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.
0
<iostream.h> ,<conio.h> these both or one of them??????
0
iostream is compulsory. otherd are optional. depending on functions you use , you will have to include those header files