Which of the following statements about the read mode is false?
A. It opens a file for input.
B. The file mode is i for input.
C. The file marker is positioned at the beginning of the file.
D. If the file does not exist, the open function returns an error.
E. If we try to write to a file opened for input, we get an error.
Answer: B
You might also like to view...
Why is it an error to add a const modifier, as shown to the declaration for the member function input given here?
``` class BankAccount { public: void input( ) const; // other members }; ```
Was there a viable algorithm? What analysis led you to this conclusion?
What will be an ideal response?
A(n) ____ is an ID-based page element on a Web page used to add text, an image, or a list of related links.
A. unordered list B. image bar C. sidebar D. pull quote
What Windows 7 feature stores previous versions of files in Windows restore points or in Windows Backup?
a. Shadow Copy b. Restore Point c. ReadyBoost d. None of the above