单项选择题

如果准备读文件,打开顺序文件“text.dat”的正确语句是()。

A.open ”text.dat” For write As # 1
B.open ”text.dat” For Binary As # 1
C.open ”text.dat” For Input As # 1
D.open ”text.dat” For Random As # 1