Solved

Which of the Following Statements Opens a File and Links

Question 37

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions