单项选择题
A.表明记录长度 B.表明读取时使用的缓冲区大小 C.此子句被忽略 D.表明文件的长度
下列()语句可以完成打开顺序文件“abv.dat”并追加数据。A.Open"abC.dat"ForInputA...
单项选择题下列()语句可以完成打开顺序文件“abv.dat”并追加数据。
A.Open"abC.dat"ForInputAs#1 B.Open"abC.dat"ForOutputAs#1 C.Open"abC.dat"ForBinaryAs#1 D.Open"abC.dat"ForAppendAs#1
使用以下()方式打开文件时,文件指针被指向文件尾。A.BinaryB.RandomC.OutputD.Appe...
单项选择题使用以下()方式打开文件时,文件指针被指向文件尾。
A.Binary B.Random C.Output D.Append
随机文件使用()语句读数据。A.InputB.Write#C.PutD.Get
单项选择题随机文件使用()语句读数据。
A.Input B.Write# C.Put D.Get