How do you assign a variable’s address to a pointer variable? What is wrong in the following code?
int x = 30 ;int* pX = x; cout << "x is " << x << end⌉cout << "x is " << pX << end⌉
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.