Question: Use the following initialisation for this question: int num, *nPtr,**nPtrPtr; num=100; nPtr=# nPtr Ptr=&nPtr; Assuming num is stored in memory address 1000, nPtr is
Use the following initialisation for this question: int num, *nPtr,**nPtrPtr; num=100; nPtr=# nPtr Ptr=&nPtr; Assuming num is stored in memory address 1000, nPtr is stored in memory address 2000 and nPtrPtr is stored in memory address 3000, what would be the output of the following code segment? cout
Step by Step Solution
There are 3 Steps involved in it
Lets analyze the given code segment based on the provided initia... View full answer
Get step-by-step solutions from verified subject matter experts
