pointer

Item x[20];

Item * ptr = x;

ptr = &(x[0]);

 

ptr = &(x[i]);

ptr = x + i;

posted on 2014-04-18 10:28  aoun  阅读(188)  评论(0)    收藏  举报