解引用,该如何处理

解引用RT,求解什么为解引用[解决办法]额 int *p new int*p20*p就是解引用[解决办法]探讨额 int *p ne

解引用
RT,求解什么为解引用

[解决办法]
额 int *p= new int;
*p=20;

*p就是解引用
[解决办法]

探讨
额 int *p= new int;
*p=20;

*p就是解引用