A.ifstreamfin;fin.open("e:\\data.txt",ios_base::in); B.fstreamfio;fio.open("e:\\data.txt",ios_base::out); C.ofstreamfout;fout.open("e:\\data.txt",ios_base::out); D.ofstreamfout;fout.open("e:\\data.txt",ios_base::app);