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

in C language
in C language :Consider the following program ;intaa;intaPtr;aa=7 ;aPtr=&aa;printf("%p"n",aPtr);printf("%dn",aPtr);printf("%p,&aPtr);return0 Run the program

: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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!