struct Person{ char *name; struct Person Mother, Father; }Anita;
Answer & Explanation Option: [C]
struct is new data type which contains many different types of member variables under a single name.