Multiple Choice
An example of a use of cin is ____.
A) cin >> price;
B) cin -> price;
C) cin << price;
D) cin < price;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q13: The use of format manipulators in C++
Q14: C uses procedural program design.
Q16: A data type provides both a set
Q17: _ is not a comment delimiter in
Q18: Using polymorphism, existing operations on a base
Q19: When using inheritance, the derived class is
Q20: /* this is a comment */ is