32.分配数组的方式

1 int a[3][4];
2 int *p = (int[11]){ 0 };
3 int(*px)[4] = (int[5][4]){ 0 };

 

posted @ 2018-01-18 14:35  喵小喵~  阅读(125)  评论(0)    收藏  举报