[单选题]
若有定义:
char *ps[ ] = {"aa", "bb", "cc", "dd"};,
则以下叙述正确的是( )。
A.*ps[0]是字符'A'
B.*ps[0]是字符串"aa"
C.ps[0]是字符'A'
D.ps是字符串"aa"
参考答案与解析: