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

32. Which of the following is an insertion operator in C++?

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

Answer: A) <<

Explanation:

In C++, "<<" is known as the insertion operator which is used with the "cout" object to print data on the console screen.

Comments and Discussions!

Load comments ↻






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