• 2022-06-07 问题

    以下不合法的字符常量是( )。 A: "T" B: '77' C: ' ' D: 'x5c'

    以下不合法的字符常量是( )。 A: "T" B: '77' C: ' ' D: 'x5c'

  • 2022-06-04 问题

    下列字符串函数的案例中,错误的是_______。 A: Right("Tongji",2)="ji" B: StrDup(4,"T")="TTTT" C: Left("Tongji",2)="To" D: ‍Mid("Tongji",2,2)="ng"

    下列字符串函数的案例中,错误的是_______。 A: Right("Tongji",2)="ji" B: StrDup(4,"T")="TTTT" C: Left("Tongji",2)="To" D: ‍Mid("Tongji",2,2)="ng"

  • 2022-06-15 问题

    以下程序段中能够正确实现p和q中两个字符串互换的是: A: char p[10]="hello", q[10]= "world", *t;strcpy(t,p); strcpy(p,q); strcpy(q,t); B: char p[10]= "hello", q[10]= "world", *t;t=p; p=q; q=t; C: char p[10]= "hello", q[10]= "world", t[10];strcpy(t,p); strcpy(p,q); strcpy(q,t); D: char p[10]= "hello", q[10]= "world", t[10];t=p; p=q; q=t;

    以下程序段中能够正确实现p和q中两个字符串互换的是: A: char p[10]="hello", q[10]= "world", *t;strcpy(t,p); strcpy(p,q); strcpy(q,t); B: char p[10]= "hello", q[10]= "world", *t;t=p; p=q; q=t; C: char p[10]= "hello", q[10]= "world", t[10];strcpy(t,p); strcpy(p,q); strcpy(q,t); D: char p[10]= "hello", q[10]= "world", t[10];t=p; p=q; q=t;

  • 2022-05-28 问题

    下面的哪些程序片断可能导致错误?( )。 A: String s="Gone with the wind";String t;t=s[3]+"one"; B: String s="Gone with the wind";String t="good";String k=s+t; C: String s="Gone with the wind";String standard=s.toUpperCase(); D: String s="home directory";String t=s-"directory";

    下面的哪些程序片断可能导致错误?( )。 A: String s="Gone with the wind";String t;t=s[3]+"one"; B: String s="Gone with the wind";String t="good";String k=s+t; C: String s="Gone with the wind";String standard=s.toUpperCase(); D: String s="home directory";String t=s-"directory";

  • 2022-05-28 问题

    以下关于MBTI人格理论的说法不准确的是? A: "E"是外向型的,与他人在一起时感到兴奋,希望成为注意的焦点 B: "N"是直觉型的,关注抽象内涵和联系 C: "T"是思维型的,客观地分析问题 D: "P"是判断型的,通过完成任务获得满足

    以下关于MBTI人格理论的说法不准确的是? A: "E"是外向型的,与他人在一起时感到兴奋,希望成为注意的焦点 B: "N"是直觉型的,关注抽象内涵和联系 C: "T"是思维型的,客观地分析问题 D: "P"是判断型的,通过完成任务获得满足

  • 2022-06-29 问题

    下列可以正确表示字符型常数的是 。 A: "a" B: 't' C: " " D: 297

    下列可以正确表示字符型常数的是 。 A: "a" B: 't' C: " " D: 297

  • 2021-04-14 问题

    下列可以正确表示字符型常数的是____? 297|"a"|"\n"|'\t’

    下列可以正确表示字符型常数的是____? 297|"a"|"\n"|'\t’

  • 2022-05-30 问题

    站姿应自然、得体、优雅,否则有失庄重的仪表。下列哪种做法应避免 A: 双手叠放或相握于腹部 B: 双手自然垂放,或插在口袋中 C: 挺胸、收腹,目视前方 D: 双脚与双腿并拢或展现"V"、"T"字形

    站姿应自然、得体、优雅,否则有失庄重的仪表。下列哪种做法应避免 A: 双手叠放或相握于腹部 B: 双手自然垂放,或插在口袋中 C: 挺胸、收腹,目视前方 D: 双脚与双腿并拢或展现"V"、"T"字形

  • 2022-05-27 问题

    "神马(什么)都是浮云"可翻译为: Don't take things too serious A: 正确 B: 错误

    "神马(什么)都是浮云"可翻译为: Don't take things too serious A: 正确 B: 错误

  • 2022-06-30 问题

    .下列可以正确表示字符型常数的是( )。 A: \t B: 297 C: "\n" D: "a"

    .下列可以正确表示字符型常数的是( )。 A: \t B: 297 C: "\n" D: "a"

  • 1 2 3 4 5 6 7 8 9 10