download Mastguru Android App

Question Detail

Calling the stream's member function sync() causes an immediate synchronization.

  • True
  • False
Similar Questions :

1. Which functions allow to change the location of the get and put positions ?

  • sg() and sp()
  • sekg() and sekp()
  • gog() and gop()
  • seekg() and seekp()

2. Which stream class is to only write on files ?

  • ofstream
  • ifstream
  • fstream
  • iostream

3. Calling the stream's member function sync() causes an immediate synchronization.

  • True
  • False

4. Which among following is used to open a file in binary mode ?

  • ios:app
  • ios::out
  • ios::in
  • ios::binary

5. Which is among following is used to Open a file for output and move the read/write control to the end of the file ?

  • ios::ate
  • ios::at
  • ios::ann
  • ios::end
Read more from - C++ File Handling Questions Answers
Post a comment