172. 以下程序的功能是( )。#include <stdio.h>main(){ FILE *fp;long int n;fp=fopen("wj.txt","rb");fseek(fp,0,SEEK_END);n=ftell(fp);fclose(fp);printf("%ld",n);}A. 计算文件wj.txt的起始地址B. 计算文件wj.txt的终止地址C. 计算文件wj.txt内容的字节数D. 将文件指针定位到文件末尾
- 1 回答
- 0 关注
- 1406 浏览
添加回答
举报
0/150
提交
取消