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

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

int * ptr=a;

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

输出都是3;

相关文章:

  • 2021-07-02
  • 2021-07-17
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2021-09-12
  • 2021-12-25
  • 2021-04-10
猜你喜欢
  • 2021-06-09
  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2020-05-30
  • 2021-07-22
  • 2022-12-23
相关资源
相似解决方案