PROBLEM SET
转义字符
按知识点筛选题目,系统巩固该考点。
题目列表
共 27 题
A59947
下面可以正确输出 They're planning a party for their friend's birthday. 的Python语句是? ( )
2024年-选择题
--
--
A59931
执行下面Python代码后,文件ip.txt中的内容用记事本打开时显示为?( )1 with open("ip.txt", "w") as f
2024年-选择题
--
--
A66798
C++语句 printf("5%%2={%d}\n",5 % 2) 执行后的输出是( )。
2024年
--
--
A66749
下面可以正确输出 They're planning a party for their friend's birthday. 的C++语句是?( )
2024年
--
--
A66745
字符常量'\0'常用来表示字符串结束,和字符常量'0'相同。
2024年
--
--
A62899
定义 char a[]="hello\nworld",执行 cout<<a,输出结果是( )
创意编程组
--
--
A59849
print('\x45')的结果是?( )
2024年-选择题
--
--