Multiple Choice
You can use ____ for standard input in C++.
A) sscanf()
B) read()
C) cin
D) cout
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Use _ to include standard input and
Q3: _ is a C++ format manipulator.<br>A)iostream<br>B)endl<br>C)fixed<br>D)cout
Q4: C++ is sometimes known as a(n) _
Q5: C++ is sometimes referred to as "a
Q6: Object-oriented languages make it easier to reuse
Q8: C++ uses object-oriented program design.
Q9: C++ does not allow the use of
Q10: Format manipulators are used in C++ to
Q11: In a true object-oriented language all programs
Q12: The basic mathematical and assignment operators in