鱼C论坛's Archiver
论坛
›
新手乐园
› NO.111 read函数的调用形式中参数类型
我爱橙
发表于 2022-5-18 21:45:27
NO.111 read函数的调用形式中参数类型
以下read函数的调用形式中,参数类型正确的是(A)。
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)
页:
[1]
查看完整版本:
NO.111 read函数的调用形式中参数类型