Solved

If You Want to Only Use Cin and Cout but No

Question 24

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:

verifed

Verified

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

Related Questions