& c ++ references and take Address &

https://www.csdn.net/gather_2e/NtjaYgzsNTctYmxvZwO0O0OO0O0O.html

There are pointers and values:

 

int& a = b;

int *c = &a;

*c

 

Guess you like

Origin www.cnblogs.com/do-your-best/p/11248158.html