例子如下
struct student{ char name[10]; int age; }a[2]={"hekf",23,"rekg",7};
struct test { int a; int b; }arrays[10];