• 2022-06-19
    若已经定义“struct stu {int num,score;} student;”,则下列输入语句中正确的是( )。
    A: scanf(“%d”,&score);
    B: scanf(“%d”,&student);
    C: scanf(“%d”,&stu.score);
    D: scanf(“%d”,&student.score);