Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Computer Science
»
Object Oriented Programming Using C++
Which of the following statements allows the user to enter data at the keyboard?
cin << currentPay;
cin >> currentPay;
cout << currentPay;
cout >> currentPay;
None of the above
Show Answer
Correct Answer:
cin >> currentPay;
← Previous Question
Next Question→
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment