Directions: Answer the following question based on the following declaration. struct { char city[10]; char street[20]; int pincode; } addr; struct { char name[20]; int sex ; addr locate; } criminal,*kd = &criminal;
*(kd ->name + 2) can be used instead of
Reveal answer
Fill a bubble to check yourself