Question: 18. For the declaration int a = 5; int *ptr &a; what are the values of the following? a. ptr b. *ptr = c.
18. For the declaration int a = 5; int *ptr &a; what are the values of the following? a. ptr b. *ptr = c. ptr == a d. ptr == : &a e. &ptr f. *a g. *&a h. **&ptr
Step by Step Solution
There are 3 Steps involved in it
Given the declaration c int a 5 int ptr a Lets find the values of each expression a ptr Address of v... View full answer
Get step-by-step solutions from verified subject matter experts
