单项选择题

A.fopen(“outfile.dat,"w")
B.fopen(outfile.dat,"w")
C.fopen(fname,"w")
D.fopen("fname","w")