Multiple Choice
Which of the following statements is true?
A) When opening a file, you can specify the name of the file only as a pointer-based string.
B) When opening a file, you can specify the name of the file only as a string object.
C) When opening a file, you can specify the name of the file as either a pointer-based string or a string object.
D) None of the above.
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
Q18: Which of the following will not change