Which of the following statements opens a file and links it to a file stream object?
a. open(aFile) = link(anObject);
b. file.open("filename.txt");
c. linkstream("filename.txt");
d. link(open("filename.txt");
e. None of these
b. file.open("filename.txt");
Computer Science & Information Technology
You might also like to view...
EXCEPT for ________, all of the following are formatting marks
A) paragraphs B) spaces C) tabs D) line spacing
Computer Science & Information Technology
Use ________ to split data from two or more cells or to combine data from two cells
A) MAX function B) Flash Fill C) arguments D) Auto Fill
Computer Science & Information Technology