单项选择题
A. ifstream fin;fin.open("C:\\test.txt"); B. ifstream fin("C:\\test.txt"); C.(A和B) D. ifstream fin;fin("C:\\test.txt");