Question:Which two lines set up things so that the libraries with console input and output facilities are available to the c++ program? 

A #include <iostream> using namespace std; 

B #include <conio.h> using namespace std; 

C #include <stdio.h> using namespace std; 

D #include <iostream.h> using namespace std; 

+ Answer
+ Report
Total Preview: 1123

Copyright © 2024. Powered by Intellect Software Ltd