Vidyalelo
Computer Science · Q29

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 29

Q29

Which of the following statements allows the user to enter data at the keyboard?

A.
cin << currentPay;
B.
cin >> currentPay;
Answer
C.
cout << currentPay;
D.
cout >> currentPay;
E.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board