Solved

Use ____ to Include Standard Input and Output Header Files

Question 23

Multiple Choice

Use ____ to include standard input and output header files in a C++ program.


A) #include <iostream>
B) using namespace std;
C) #include <iostream> using namespace std;
D) #include <stdio.h>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions