问题 更新时间2023/4/3 12:59:00 以下read函数的调用形式中,参数类型正确的是( ) A. read(int fd,char *buf,int count) B. read(int *buf,int fd,int count) C. read(int fd,int count,char *buf) D. read(int count,char *buf,int fd) 答案 登录 注册 答案A 出自:其他 >> 兰州大学-C语言程序设计