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
e. Either A or D
Computer Science & Information Technology
You might also like to view...
When an object is created it is ____.
A. instantiatied B. invoked C. involved D. instanced
Computer Science & Information Technology
Regular frames are ____ when empty and gray or another color when they have content.
A. blue B. tan C. yellow D. white
Computer Science & Information Technology