执行语句: printf("The program\'s name is c :\\ tools\book.txt");后的输出是( )。
A: The program\'s name is c: toolook.txt
B: The program's name is c:\ tools book.txt
C: The program's name is c: \\toolook.txt
D: The program's name is c: \toolook.txt
A: The program\'s name is c: toolook.txt
B: The program's name is c:\ tools book.txt
C: The program's name is c: \\toolook.txt
D: The program's name is c: \toolook.txt
举一反三
- 执行语句printf("The program's name is c:\\tools\book.txt");后的输出是______。 A: The program's name is c:tools B: The program's name is c:\tools C: The program's name is c:\\tool D: The program's name is c:\toolo
- Name of the radio program: ______
- 找出当前目录以及其子目录所有扩展名为”.txt”的文件,那么命令是() A: ls .txt B: find /dpt -name “.txt” C: ls -d .txt D: find -name “*.txt”
- 文件book.txt在当前程序所在目录内,其内容是一段文本:book,下面代码的输出结果是 txt=open("book.txt","r") print(txt) txt.close() A: book B: book.txt C: txt D: 以上答案都不对
- 文件book.txt在当前程序所在目录内,其内容是一段文本:book,下面代码的输出结果是()。txt=open("book.txt","r")print(txt)txt.close() A: 以上答案都不对 B: book C: book.txt D: txt