问题详情
设有打开文件的语句如下:
Open “test.dat” for random as #1
要求把变量a中的数据保存到该文件中,应该使用的语句是
A)input #1,a
B)write #1,a
C)put #1,.a
D)get #1,.a