• 2022-06-16
    若有定义: struct student { int age; int num; }; struct student stu,*p; 则以下正确的赋值语句是()