题目内容
有以下程序:
include<stdio.h>
include<string.h>
main()
{char str[][20][{"One*World","One*Dream!"},*p=str[1];
prinft("%d,",strlen(p));printf("%s\n",p);
}
程序运行后的输出结果是()。
查看答案
搜索结果不匹配?点我反馈
更多问题