若目前D盘根目录下并不存在test.txt文件,则下列打开文件方式不会自动创建test.txt文件的是()
A.ifstreamfin;fin.open(“d://test.txt”,ios_base::in); B.fstmamfin;fin.open(“d://test.txt”,ios_base::out); C.ofstreamfout;fout.open(“d://test.txt”,ios_base::out); D.ofstreamfout;fout.open(“d://test.txt”,ios_base::app);