问题详情
如果需要打开一个已经存在的非空文件“FILE”并进行修改,正确的语句是()。
A、fp=fopen("FILE","r");
B、fp=fopen("FILE","a+");
C、fp=fopen("FILE","w+");
D、fp=fopen("FILE","r+");