单项选择题

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

A.fifail( ):
B.fibad( );
C.figood( );
D.fieof( );