更多“在C++中,字符串"c:\\dos\\ex.txt"的存储长度是()。A、15B、14C、13D、12 ”相关问题
  • 第1题:

    在C语言中,顺序存储长度为3的字符串,需要占用()个字节。

    A4

    B3

    C6

    D12


    A

  • 第2题:

    在C++中不仅可以用string定义字符串变量,也可以用string定义字符串数组


    A

  • 第3题:

    在C++语言中,使用ANSI编码存储字符串”农大CAU”需要几个字节?()

    A.5

    B.6

    C.7

    D.8


    A

  • 第4题:

    2、下列说法正确的是:(单选) Which of the following statements is correct? (There is only one correct answer)

    A.空串就是空白串“Empty string” is blank string.#B.空串是任意字符串的子串 Empty string is a substring of arbitrary string.#C.串只可以采用顺序存储,不可以采用链式存储 String only can be stored in sequential method and cannot be stored in linked method.#D.在C++标准中,char S[M]最多能表示长度为M的字符串 In C ++ standards, char S[M] can represent up to a string of length M.
    A

  • 第5题:

    字符串"’054"占用的存储空间的长度是____。