• 2022-06-27 问题

    将小写字母n赋值给字符变量one_char,正确的操作是 ______。 A: one_char='n' B: one_char="n" C: one_char=110 D: one_char='N'

    将小写字母n赋值给字符变量one_char,正确的操作是 ______。 A: one_char='n' B: one_char="n" C: one_char=110 D: one_char='N'

  • 2021-04-14 问题

    下列语句片断中,four得值为:() int three=3; char one=‘1’ char four=(char)(three+one);

    下列语句片断中,four得值为:() int three=3; char one=‘1’ char four=(char)(three+one);

  • 2021-04-14 问题

    下列语句片断中,four的值为()。 Int three=3; Char one=’1’ Char four=(char)(three+one);

    下列语句片断中,four的值为()。 Int three=3; Char one=’1’ Char four=(char)(three+one);

  • 2022-06-27 问题

    将小写字母n 赋值给字符变量one_char,正确的操作是

    将小写字母n 赋值给字符变量one_char,正确的操作是

  • 2021-04-14 问题

    #include #include main() {char str[][20]={"One*World","One*Dream!"}; char *p=str[1]; printf(“%d,”,strlen(p)); printf("%s ",p); } 程序运行后的输出结果是

    #include #include main() {char str[][20]={"One*World","One*Dream!"}; char *p=str[1]; printf(“%d,”,strlen(p)); printf("%s ",p); } 程序运行后的输出结果是

  • 2022-06-10 问题

    有以下程序,程序运行后的输出结果是_____ #include int main() { char str[ ][20]={"One*World", "One*Dream!"}; printf("%s",str[1]); printf("%c\n",str[0]+6); } A: One*Dream!World B: One*WorldOne*Dream C: One One D: One*Dream!r

    有以下程序,程序运行后的输出结果是_____ #include int main() { char str[ ][20]={"One*World", "One*Dream!"}; printf("%s",str[1]); printf("%c\n",str[0]+6); } A: One*Dream!World B: One*WorldOne*Dream C: One One D: One*Dream!r

  • 2022-06-10 问题

    有以下程序,程序运行后的输出结果是( ) #include int main() { char str[ ][20]={"One*World", "One*Dream!"}; printf("%s",str[1]); printf("%s\n",str[0]+4); } A: One*Dream!World B: One*WorldOne*Dream C: One One D: OO

    有以下程序,程序运行后的输出结果是( ) #include int main() { char str[ ][20]={"One*World", "One*Dream!"}; printf("%s",str[1]); printf("%s\n",str[0]+4); } A: One*Dream!World B: One*WorldOne*Dream C: One One D: OO

  • 2022-06-10 问题

    有以下程序,程序运行后的输出结果是( ) #include int main() { char str[ ][20]={"One*World", "One*Dream!"}; printf("%s",str[1]); printf("%c\n",*(str[0]+4)); } A: One*Dream!World B: One*World!W C: One One D: OO

    有以下程序,程序运行后的输出结果是( ) #include int main() { char str[ ][20]={"One*World", "One*Dream!"}; printf("%s",str[1]); printf("%c\n",*(str[0]+4)); } A: One*Dream!World B: One*World!W C: One One D: OO

  • 2021-04-14 问题

    有以下程序#include <stdio.h>#include <string.h>main(){ char str[ ][20]={“One*World”, “One*Dream!”},*p=str[1];printf(“%d,”,strlen(p));printf(“%s ”,p);}程序运行后的输出结果是()

    有以下程序#include <stdio.h>#include <string.h>main(){ char str[ ][20]={“One*World”, “One*Dream!”},*p=str[1];printf(“%d,”,strlen(p));printf(“%s ”,p);}程序运行后的输出结果是()

  • 2022-05-27 问题

    下列数组声明正确的是() A: char a[ ][ ]=new char[ ][3] B: char a[ ][ ]=new char[3][ ] C: char a[ ][ ][ ]=new char[ ][3][ ] D: char a[ ][ ][ ]=new char[3][ ][3]

    下列数组声明正确的是() A: char a[ ][ ]=new char[ ][3] B: char a[ ][ ]=new char[3][ ] C: char a[ ][ ][ ]=new char[ ][3][ ] D: char a[ ][ ][ ]=new char[3][ ][3]

  • 1 2 3 4 5 6 7 8 9 10