Solved

Which Statement Opens a File and Links It to a File

Question 7

Multiple Choice

Which statement opens a file and links it to a file stream object?


A) open(aFile) = link(anObject) ;
B) file.open("c:\\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