简答题\n          struct stu{int a; float b;}stutype; A、struct         B、struct stu        C、a  b        D、stutype        \n简答题\n       A、           B、C++           C、       D、           \n多选题\n                 A、p->age++ age   1         ᠃ B、++p->age  p   1  age       C、p.sex  sex        D、++p.age      ++p->age    age    1          \n简答题\n             A、        B、       C、    D、        struct     \n多选题\n                     A、p->name B、p.sex C、(*p).age D、person1.id\n多选题\n        “Liming”         A、(*p).name; B、p.name; C、a->name; D、(*p)->name;\n多选题\n           person              A、year=1958; B、person.year=1958; C、birthday.year=1958; D、person.birthday.year=1958;\n简答题\n C++          . A、class B、int C、struct D、typedef\n