首页试题详情
难度: 使用次数:138更新时间:2026/03/16
1.
以下哪项是fseek()的正确原型?
A.int fseek(FILE *stream, long int offset, int whence);
B.long int fseek(FILE *stream, long int offset, int whence);
C.int fseek(FILE *stream, int offset, int whence);
D.int fseek(FILE *stream, long int offset, int from);
题型:选择题 知识点:第九章 文件
【答案】
A
【解析】
fseek()的正确原型是int fseek(FILE *stream, long int offset, int whence);,其中whence为定位方式。

查看答案和解析

支付 ¥0.1 即可查看此题答案和详细解析

低至 ¥0.1 起

类题推荐:

未分类