C++ : What are dereference pointers *a1 = *a2 doing in the following code?

前端 未结 0 540
醉话见心
醉话见心 2020-12-31 04:52

So I have this code and I cannot understand what *a1 = *a2 does. I am a beginner at this, and it\'s very difficult for me to understand it.

int *a1, *a2;
a1 =         


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