若有定义char str[]= “very good”, 则str的长度为( )
举一反三
- 若有定义char str[]= “very good”,则str的长度为( )。 A: 8 B: 9 C: 10 D: 11
- 若有如下定义:char str[]="China";则数组str的长度为
- 若有定义char str[]="c program", 则数组str的长度为( )
- ( )不能对字符串赋初值.A) char str[5]="good!"; B) char str[]="good!";C) char *str="good!"; D) char str[ ]={‘g',‘o',‘o',‘d',‘!',‘\0'}; A: char str[5]="good!"; B: char str[]="good!"; C: char *str="good!"; D: char str[ ]={‘g',‘o',‘o',‘d',‘!',‘\0'};
- 若有数组定义char str[ ]="hello";则数组str所占空间为______个字节。