struct st1{ int i; char s[128]; }; void st_rand(struct st1 temp[], int n); void st_print(struct st1 temp[], int n);