• 2022-05-31
    中国大学MOOC: 假设s =Happy New Year,则s[2:7]的值为( )
  • ppy N

    内容

    • 0

      设 s=“Happy New Year”,则 s[3:8]的值为: A: ‘ppy Ne’ B: ‘py Ne’ C: ‘py N’ D: ‘py New’

    • 1

      设s="Happy<br/>New Year",则s&#91;3:8&#93;的值为( )。 A: 'ppy Ne' B: 'py Ne' C: 'ppy N' D: 'py New'

    • 2

      中国大学MOOC: 已知字符串s=who,则执行语句 s&#91;-1&#93;=at 后,s的值为:

    • 3

      设有如下定义和语句&#91;1&#93; char *s; s="string";&#91;2&#93; char s&#91;7&#93;; s="string";&#91;3&#93; char s&#91; &#93;="string";&#91;4&#93; char s&#91; &#93;={'s','t','r','i','n','g'};其中定义项可以作为字符串使用的是______。 A: [1]和[2] B: [1]和[3] C: [1]和[4] D: [3]和[4]

    • 4

      中国大学MOOC: 若char s&#91;&#93;=XinJiang;则 strlen(s) 的结果是( )。