单项选择题

若要打开E盘上user子目录下名为abc.txt的文本文件进行读、写操作,下面符合此要求的函数调用是 ( ) 。 A.
fopen("E:\user\abc.txt","r") B.
fopen("E:\\user\\abc.txt","r+") C.
fopen("E:\user\abc.txt","rb") D.
fopen("E:\\user\\abc.txt","w")