We can also declare structure variables at the time of defining structure as follows. struct student { int roll_no; char name[30]; int phone_number; }p1, p2, p3 ...
確定! 回上一頁