We can also declare structure variables at the time of defining the structure as follows. struct student { int roll_no; std::string name; int phone_number; }p1, ...
確定! 回上一頁