网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
6、下述字符串格式化语法正确的是
A.'GNU's Not %d %%' % 'UNIX'
B.GNU\'s Not %s %%' % 'UNIX'
C.GNU's Not %s %%' % 'UNIX'
D.'GNU\'s Not %d %%' % 'UNIX'
参考答案和解析
D
更多 “6、下述字符串格式化语法正确的是A.'GNU's Not %d %%' % 'UNIX'B.GNU\'s Not %s %%' % 'UNIX'C.GNU's Not %s %%' % 'UNIX'D.'GNU\'s Not %d %%' % 'UNIX'” 相关考题
考题
对下述程序的判断中,正确的是()。includevoid main(){char *P,s[256];p=s;while(strcmp
对下述程序的判断中,正确的是( )。 #include<stdio.h> void main() {char *P,s[256]; p=s; while(strcmp(s,"the end")) {printf("Input the string:"); gets(s); while(*P) putchar(*p++);}}A.此程序循环接收字符串并输出,直到接收到字符串“the end”为止B.此程序循环接收字符串,接收到字符串“the end”则输出,否则程序终止C.此程序循环接收字符串并输出,直到接收字符串“the end”为止,但因为代码有错误,程序不能正常工作D.此程序循环接收字符串并将其连接在一起,直到接收字符串“the end”为止,输出连接在一起的字符串
考题
关于字符串连接,下面语法正确的是()
A. str := ‘abc’ + ‘123’B. str := "abc" + "123"C. str := '123' + "abc"D. fmt.Sprintf("abc%d", 123)
考题
已知;1 String input=JoptionPane.showInputDialog ("Whats your name?");2 int age=Integer.parseIntln(input);语句2所起的作用是 ( )A.将字符串转化为整数B.将整数转化为字符串C.对字符串进行语法分析D.对整数进行语法分析
考题
单选题()是指必定有真假的语法正确的字符串。A
语句B
命题C
陈述D
推论
热门标签
最新试卷