5.
(4分)以下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)
出自:兰州大学C语言程序设计