单项选择题在读写一个文件之前,必须先将其打开,使用的库函数是()

A.open
B.fopen
C.openf
D.openfile


您可能感兴趣的试卷

你可能感兴趣的试题

4.单项选择题用户与操作系统内核的唯一接口是()

A.硬件
B.软件
C.应用程序
D.系统调用

7.单项选择题NIXSYSTEMV为消息通信提供四个系统调用,其中,生成一个消息队列的系统调用是()

A.intmsgget(key,flags)
B.intmsgsnd(qid,buf,nbytes,flags)
C.intmsgrcv(qid,buf,nbytes,mtype,flags)
D.intmsgctl(qid,cmd,sbuf)