Question: Question 1 Consider the following structure definitions and declarations. int struct X 1 aa; double *bb; char *CC[30]; }; *dd; struct Y { int double

Question 1 Consider the following structure definitions and declarations. int struct X 1 aa; double *bb; char *CC[30]; }; *dd; struct Y { int double ee; }; struct x mm, nn; struct Y pp, 99; Indicate whether each of the following statements is valid: A. mm = pp; B. strcpy(nn.cc, "Test"); C. X.aa = 5; D. Y.ee = 37.2; E.mm = nn
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
