数组名前加一个*表示的是什么
比如说:char *str[]={" helloworld "}; 再重新定义一个char *str;
收起
Type *name;表示指针Type * name[];表示指针数组
报告相同问题?