C language. Can't understand the output of the pointers

后端 未结 0 1907
执念已碎
执念已碎 2020-12-02 00:35

I have the following piece of code.

    int a = 10, b = 20;
    int *x, *y, *z;
    int **pp;
    int arr[3] = { 5, 13, 29 };
    x = &b;
    pp = &y;         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题