题目详情
单选题 Which of the following statement prints smith\exam1\test.txt
A. cout << "smith\exam1\test.txt"
B. cout << "smith\\exam1\\test.txt"
C. cout << "smith\"exam1\"test.txt"
D. cout << "smith"\exam1"\test.txt"

学科:C++语言程序设计
时间:2023-11-05 15:30:19
相关题目
相关作业
