Multiple Choice
If you want to only use cin and cout but no other names) from the std namespace, you would
A) using std::cin; using std::cout;
B) not be able to do it.
C) cin and cout are not in the std namespace
D) always have to say std::cin and std::cout
E) Either A or D
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: cin and cout are defined in the
Q20: Why will the following code not compile?<br>Namespace
Q21: If you have a class defined in
Q22: The file that contains the definition of
Q23: If you have a class defined in
Q25: The identifier used in the #ifndef directive
Q26: In a program with no user defined
Q27: Given the following code, what namespace does
Q28: Given the following code, what namespace does
Q29: If you have a class defined in