Multiple Choice
Which of the following will not change the file-position pointer to the same position as the others? Assume a 10-byte file size and a current position at byte # 1.
A) fileObject.seekg(2) ;
B) fileObject.seekg(1, ios::cur) ;
C) fileObject.seekg(2, ios::beg) ;
D) fileObject.seekg(8, ios::end) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Select the false statement. The reinterpret_cast operator:<br>A)
Q10: A random access file is organized most
Q11: In order to perform file processing in
Q12: Random access files are more effective than
Q13: What is not true about this code
Q14: Select the false statement. The write function:<br>A)
Q15: Which file open mode would be used
Q16: The new C++14 stream manipulator _ enables
Q17: Select the false statement.<br>A) C++ imposes no
Q19: Which of the following statements is true?<br>A)