MCQOPTIONS
Bookmark
Saved Bookmarks
→
Object Oriented System Design
→
Object Oriented Programming
→
The extraction operator (>>) stops reading a strin...
1.
The extraction operator (>>) stops reading a string when it encounters a space.
A.
true
B.
false
Answer» B. false
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which operator is having right to left associativity in the following?
Which of the following interface determines how your program will be used by other program?
Which of the following is FALSE about references in C++
When an argument is passed by reference
Which of the following is true about inline functions and macros.
In a class definition, data or functions designated private are accessible
The extraction operator (>>) stops reading a string when it encounters a space.
Predict the output?#include using namespace std;class Test{int x;Test() { x = 5;}};int main(){Test *t = new Test; cout
Which function will change the state of the object?
What value will be printed for data.i?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies