单项选择题

A.fopen(”infile.dat”,"r")
B.fopen(infile.dat,"r")
C.fopen(fname,"r")
D.fopen("fname","r")