To open a file in c:\example\scores.txt on Windows, you use _________.
a. stream.open("c:\\example\\scores.txt");
b. stream.open("c:\example\scores.txt");
c. stream.open("scores.txt");
d. stream.open("\example\scores.txt");
a. stream.open("c:\\example\\scores.txt");
Computer Science & Information Technology
You might also like to view...
A ________ enables you to point to and click on graphical objects, such as icons and buttons, to initiate commands
A) user interface B) dialog box C) GUI D) command-line interface
Computer Science & Information Technology
In ____ mode, additional space is added around all of the buttons and icons in the Ribbon and the status bar.
A. Broadcast B. Preview C. Touch D. Quick Access
Computer Science & Information Technology