Home » C++ Programming » Files and Streams » Question
  1. Which operator is used to insert the data into file?
    1. <
    2. >>
    3. <<
    4. All of above
    5. None of these
Correct Option: C

You can write information to a file from your program using the stream insertion operator <<.



Your comments will be displayed only after manual approval.