Question Detail Calling the stream's member function sync() causes an immediate synchronization. TrueFalse Answer: Option A Similar Questions : 1. Which among is used for positioning relative to the beginning of a stream ? ios::startios::begios::beginios::beginning Answer: Option B 2. eof() is used to get easy code reivewend of filedebug reportfile close Answer: Option B 3. Which stream class is to only write on files ? ofstreamifstreamfstreamiostream Answer: Option A 4. offset counted from the current position using ? ios::currios::crios::curios::current Answer: Option C 5. Which is correct syntax ? myfile:open ("example.bin", ios::out);myfile.open ("example.bin", ios::out);myfile::open ("example.bin", ios::out);myfile.open ("example.bin", ios:out); Answer: Option B Read more from - C++ File Handling Questions Answers