What is the address of a pointer (x2)?

后端 未结 0 1648
野趣味
野趣味 2021-01-31 09:55

Let\'s take the following example where we swap the values of a and b.

void swap(int* a, int* b) {
    // remember, a and be are both memory addresses now!
    pr         


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