Look at the following code.
int x = 7;
int *ptr = &x;
What will be displayed if you send the expression *iptr to cout? What happens if you send the expression ptr to cout?
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.