Question: What will be the value of num? Consider the code: int ptr = 11; int *num; num = &ptr; Suppose that the address of
What will be the value of "num"? Consider the code: int ptr = 11; int *num; num = &ptr; Suppose that the address of num is DDDD and the address of ptr is EEEE. Your answer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
