Question

The syntax for determining whether a sequential access file exists is ____.
a. IO.Exists(fileName)
b. IO.(fileName).Exists()

c. IO.File.Exists(fileName)
d. IO.File(fileName).Exists

Answer

This answer is hidden. It contains 1 characters.