struc STU{ char name[10]; int num; }; void f1(struct STU c)