13.Theoldcoupledecidedto_____aboyandagirlthoughtheyhadthreechildrenoftheirown.
A. adapt
B. adjust
C. adept
D. adopt
查看答案
14.CollaborationinstudygroupsisahugepartofsurvivingHarvard’stough_______load.
A. primal
B. pure
C. supplemental
D. academic
15.Listeningtothemmakesme______tostudyabroadinthefuture.
A. aware
B. frequent
C. keen
D. lost
以下叙述中不正确的是_________。
A. C语言中的文本文件是基于字符编码的流式文件
B. C语言中的二进制文件是基于值编码的流式文件
C语言中,随机读写文件时,可用fseek()函数随机定位文件位置
D. C语言中,顺序读写方式不适用于二进制文件
已知fp为文件类型指针,若要打开e盘text文件夹(目录)下的word.dat文件,下列各选项中正确的是________。
A. fp=fopen(e:text\word.dat,"r")
B. fp=fopen(e:\text\word.dat,"r")
C. fp=fopen("e:\text\word.dat","r")
D. fp=fopen("e:\\text\\word.dat","r")