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;
The 'sex' can be accessed by
Reveal answer
Fill a bubble to check yourself