阅读背景:

函数实参和形参中的指针

来源:互联网 
void func1(int b)
{
  b++;
}

void func0(int * a)
{
  func1(*a);  fun



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: