• 2022-07-26
    要打开一个已存在的非空文件"file"用于修改,选择正确的语句____。
    A: A)fp=fopen("file","r");
    B: B)fp=fopen("file","a+");
    C: C)fp=fopen("file","w");
    D: D)fp=fopen('file","r+");