Home » C++ Programming » Basic Input/Output » Question
  1. Which operator is used for input stream?
    1. <
    2. >
    3. <<
    4. >>
    5. None of these
Correct Option: B

The operator of extraction is >> and it is used on the standard input stream.



Your comments will be displayed only after manual approval.