Question: int x = 7; int *ptr = &x; What will be displayed if you send the expression *ptr to cout? What happens if you send
int x = 7;
int *ptr = &x;
What will be displayed if you send the expression *ptr to cout? What happens if you send the expression ptr to cout?
Now I have seen the answers. to this problem but none of them showed how they put. it in a coding software and ruined the program.
All I'm looking for is how to run the program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
