Which statement 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 the above
B) file.open("filename.txt");
Computer Science & Information Technology
You might also like to view...
The Text Effects button is found in the ________ group under the Home tab
A) Font B) Editing C) Paragraph D) Styles
Computer Science & Information Technology
Which of the following is the unique address of the network interface card (NIC)?
A) IP address B) NIC address C) MAC address D) URL address
Computer Science & Information Technology