单选题

When a string constant is written in C program, the compiler creates (75) of characters containing the characters of the string, and terminating it with "/O".
【正确答案】 B
【答案解析】[解析] 译文:当在一段C程序中声明一个字符串变量时,编译器将生成一个包含该字符串字符的字符数组,并以“/0”结尾。