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內(nèi)容的字節(jié)數(shù)D. 將文件指針定位到文件末尾
- 1 回答
- 0 關(guān)注
- 1501 瀏覽
添加回答
舉報
0/150
提交
取消