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...

To print a range of pages, enter the first page, a comma, then the last page in the range.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

If you follow z=1 with the statement z="3", then z has what data type?

A. boolean B. null C. numeric D. text string

Computer Science & Information Technology

?Data can be thought of values that represent concepts.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is not a valid configuration of Unicode??

A. ?UTF-8 B. ?UTF-16 C. ?UTF-32 D. ?UTF-64

Computer Science & Information Technology