Which of the following statements about opening a file is false?
A. The function that prepares a file for processing is fopen.
B. To open a file, a string containing the physical files must be passed as a parameter.
C. We specify how a file is to be used with a parameter that specifies its mode.
D. The address of the file structure that contains the file information is returned by the open function.
E. It is an error to open an output file that isn't known to the operating system.
Answer: E
You might also like to view...
____ is the ability to use the same expression to denote different operations.
A. Overloading operators B. Polymorphism C. Inheritance D. Encapsulation
Deleted files on a Mac computer are moved to the ________.
A. Garbage Can B. Recycle Bin C. Trash D. Wastepaper Basket
____ determines the number of colors that an image contains.
A. Image resolution B. Color depth C. A vector D. A stylus
Which keyboard combination will allow a PowerShell ISE user to return to the start of the document?
A. Ctrl+Pageup B. Alt+H C. Ctrl+Home D. Alt+Pageup