Multiple Choice
What is not true about this code segment? location = fileObject.tellg() ;
A) tellg is a member function of fileObject.
B) location is a pointer.
C) The value of location after the segment executes must be less than or equal to the number of bytes in the file attached to fileObject.
D) fileObject is an istream object.
Correct Answer:

Verified
Correct Answer:
Verified
Q8: For an ifstream object A, a class
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
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
Q18: Which of the following will not change