In the following structstruct student {char name[20];char id[10];int testScore[3];float avgScore;char grade;}s;If the address of s is 00FAFD50 then what is the starting address of name, id, textScore, avgScore and grade?