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:

Verified
Correct Answer:
Verified
Related Questions
Q18: Using polymorphism, existing operations on a base
Q19: When using inheritance, the derived class is
Q20: /* this is a comment */ is
Q21: C++'s cin does not require the address
Q22: You can use _ for standard output
Q24: A derived class is also called a
Q25: Polymorphism permits existing code, which has been
Q26: C++ is a true object-oriented language.
Q27: One of the driving forces in the
Q28: /* this is a comment */ can