填空题

以下程序的功能是输出a数组中的所有字符串,请填空 #include mian() {char *a[]={“ABC”,”DEFGH”,”IJ”,”KLMNOP”}; Int i=0; For(;i<4;i++) printf(“%s\n”, ); }

【参考答案】

a[i]