struct Person { char name[50]; int citNo; float salary; };. Here, a derived type struct Person is defined. Now, you can create variables of this type.
確定! 回上一頁