填空题

下面程序的输出结果是______。 main() {char *p[10]={"abc","aabde","kdhjfh","hjeud","cd"} printf("%d\n",strlen(p[4])); }

【参考答案】

B