单项选择题

如果要把数据写入二进制文件"filel.dat"中,打开文件的正确表达是()。

A.fopen("filedat","w")
B.fopen("file1.dat","a")
C.fopen("fiedat","rb")
D.fopen("file1.dat","wb")