这和结构体没关系吧
struct houxuan{cahr name[20];int xuanpiao;};
可以,蛮用结构体来写
typedef struct king { char name[20] int count; }kin;