Question: 1. (5pt) What is the difference between the typedef's in the left and right columns? RE-WRITE each statement based on the declaration in the right

1. (5pt) What is the difference between the typedef's in the left and right columns? RE-WRITE each statement based on the declaration in the right column typedef struct myData i typedef struct myData i int x; int y; myDataT1; int x; int y: *myDataT2: myDataT1 *p, *q; myDataTl r; p = malloc (sizeof (myDataTI)) ; qmalloc (sizeof *q) p->x = 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
