指针和数组的那些难分难解问题
摘要:int _tmain(){ int x = 20; int ia[10]; int (*pi)[10]; int *a[10]; //a是一个数组,数组中的每个元素都是int * 类型的指针 int **ar...
阅读全文
posted @ 2015-09-15 11:59
get along
posted @ 2015-09-15 11:59
posted @ 2014-10-11 13:19