C参数计算

C‘计算参数时,从右向左压栈的

int a[]={1,3,4};

int * ptr=a;

pirntf("%d,%d\n",*ptr,*(++ptr));

输出都是3;

posted @ 2013-07-25 22:38  youhumian  阅读(159)  评论(0编辑  收藏  举报