单项选择题

定义了字符串char str[10] = "stronger"; 下面叙述正确的是: 
A、strlen(str)的结果为9
B、sizeof(str)的结果为8
C、通过printf("%s",str);输出这个字符串
D、通过printf("%c",str);输出这个字符串