单项选择题
有以下程序 main() { char *s[]={"one","two","three"},*p; p=s[1]; printf("%c,%s\n",*(p+1),s[0]); } 执行后输出结果是 ()
A. 随机值 B.0 C.5 D.6
A.58 B.56 C.45 D.24