A. 对 B. 错
A. fopen("A:\user\abC.txt","r") B. fopen("A:\\user\\abC.txt","r+") C. fopen("A:\user\abC.txt","rb") D. fopen("A:\\user\\abC.txt","w")