Question: a c program contains the following statemets char u , v = ' A ' ; char * pu , * pv = &v; *

a c program contains the following statemets char u,v ='A' ; char *pu,*pv = &v; *pv = v +1; U =*pv +1; pu = &u; suppose each character occupies 1 byte of memory. if the value assigned to U is stored in (hexadecimal) address F8C and the value assigned to v is stored in address F8D, then 1. what value is represented by &v?2. what value is assigned to pv?3. what value is represented by *pv?

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!