单选题 When a string constant is written in C program, the compiler creates ______ of characters containing the characters of the string, and terminating it with "/0".
【正确答案】 B
【答案解析】[解析] 译文的含义是:在使用C语言编写的字符串常量时,编译器会创建字符( ),该数组中包含字符串字符,并使用/0来终止。选项A~D的含义分别是一组、一个数组、一个集合、一个系列。