单项选择题
有以下程序 #include <stdio.h> void fun(char **p) { ++p; printf("%s\n",*p); } main() { char *a[]={"Moming","Afternoon","Evening","Night"}; fun(a); } 程序的运行结果是()
A.Afternoon B.fternoon C.Morning D.orning
A.求字符串s的长度 B.比较两个串的大小 C.将串s复制到串t D.求字符串s所占字节数