int main(void) { char *splitArray[7];
*splitArray[0]= "a"; return 0;
}
这样做了编译器却报错了。怎么对二维字符串数组赋值啊。不在初始化的时候。
多写了个*