struct Employee { char name[50]; int age; float salary; }employees[1000]; or struct Employee employees[1000];. In above declaration, we are declaring an array ...
確定! 回上一頁