单项选择题

对于下面的程序 ifstream fin(C:\test.tXt); if(fin) cout<<"ok"; else cout<<"wrong"; 对于if语句中的内容可以换为

A.fifail() ;
B.fibad() ;
C.fin,good() ;
D.fieof();