Question: in C language :Consider the following program ;intaa;intaPtr;aa=7 ;aPtr=&aa;printf(%pn,aPtr);printf(%dn,aPtr);printf(%p,&aPtr);return0 Run the program and write down the obtained result. Can you understand the result for each
:Consider the following program ;intaa;intaPtr;aa=7 ;aPtr=&aa;printf("%p"n",aPtr);printf("%dn",aPtr);printf("%p,&aPtr);return0 Run the program and write down the obtained result. Can you understand the result for each output :1 Pstatement Modify the program to print the address of aa without using a pointer : 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
