struct.c 53 B

1234567
  1. struct employee {
  2. char string[];
  3. int salary;
  4. }