Question: #include void procl (unsigned char *,unsigned char*); int main (void) [ unsigned char x- 0xA2 unsigned char y-0xED procl(&x, &y); I1 tt***ttn printf (''D. The

 #include void procl (unsigned char *,unsigned char*); int main (void) [

#include void procl (unsigned char *,unsigned char*); int main (void) [ unsigned char x- 0xA2 unsigned char y-0xED procl(&x, &y); I1 tt***ttn printf (''D. The value of x after procl is: %X printf("E. The value of y after procl is: %X return 0 void procl (unsigned char *x, unsigned char * printf("A. The value of y in proci is: %x printf("B. The value of *x in proci is: %X printf("C. The value of y in proci is: %x ) Write down the outputs with the blue color (2 points for each) A. The value of *y in procl is B. The value of *x in proc1 is: C. The value of *y in procl is:_ D. The value of x after proc1 is E. The value of y after procl is

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!