网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

在C++中,字符串"c:\\dos\\ex.txt"的存储长度是()。

A、15

B、14

C、13

D、12


参考答案

更多 “ 在C++中,字符串"c:\\dos\\ex.txt"的存储长度是()。A、15B、14C、13D、12 ” 相关考题
考题 在C语言中,顺序存储长度为3的字符串,需要占用( )个字节。 A.4B.3C.6D.12

考题 《淮北矿业2019年聚焦双效创新年实施意见》文件要求,深入推进“四化三减”,2019年新建()个电液控工作面。 A、15B、14C、13D、12

考题 s=’IloveBeijing’,则其长度为()。 A、11B、12C、13D、14

考题 在下列字符串中,正确的DOS文件名是() A.PJK_12-S.WPSB.KZ\ABC.DATC.A>BD.X,Y.TXT

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

考题 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.

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

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

考题 在C++语言中,使用ANSI编码存储字符串”农大CAU”需要几个字节?()A.5B.6C.7D.8