struct Books { char title[50]; char author[50]; int book_id; }
union_name
union union_name { char ch; int num1; long num2; }