Home »
MCQs »
C++ MCQs
Which of the following is an extraction operator in C++?
33. Which of the following is an extraction operator in C++?
- >>>
- >>
- ->
- <<<
Answer: B) >>
Explanation:
In C++, ">>" is known as an extraction operator which is used with the "cin" object to read user input.