首页题库练习题目详情
C语言程序设计单选题中等

以下哪项是fseek()的正确原型?

Aint fseek(FILE *stream, long int offset, int whence);
Blong int fseek(FILE *stream, long int offset, int whence);
Cint fseek(FILE *stream, int offset, int whence);
Dint fseek(FILE *stream, long int offset, int from);