例如:
typedef struct student { int rollno; float cgpa; char name[20]; }Student; Student me= {0,0}; // will intilize name with all zeros
c structure
c ×1
structure ×1