Which of the following is an extraction operator in C++?

33. Which of the following is an extraction operator in C++?

  1. >>>
  2. >>
  3. ->
  4. <<<

Answer: B) >>

Explanation:

In C++, ">>" is known as an extraction operator which is used with the "cin" object to read user input.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.