通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
若有以下程序段
char str[4][12] = {"aa","bbb","ccccc","d"},*strp[4]; int i; for(i=0;i<4;i++) strp[i]=str[i];
不能正确引用字符串的选项是()。