['US', 23, 'Andy', 'adress....' ] ['CA', 34, 'White', '........' ] ..... ..... #### struct test{ char* state; int age; char* name; ... ... }; #### my @struct = () #(state, age, name, ....)