Solved

The Syntax to Close a Sequential Access File Associated with a StreamWriter

Question 9

Multiple Choice

The syntax to close a sequential access file associated with a StreamWriter object is ____.


A) streamWriterVariableName.Close()
B) streamWriterVariableName.FileClose()
C) streamWriterVariableName.CloseFile()
D) Close.streamWriterVariableName(data)

Correct Answer:

verifed

Verified

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

Related Questions