问题 单项选择题

设有char str[10],下列语句正确的是 ( )

A.scanf("%s"0,&st;

B.printf("%c",st;

C.printf("%s",str[0]);

D.printf("%s",st;

答案

参考答案:D

单项选择题 A型题
单项选择题