• 2022-06-09 问题

    若有以下定义,则下列赋值语句中不正确的是( )。struct student { int num; char name[20]; }st,*p=&st; A: st.num=1001; B: st.name="Jack"; C: (*p).num=1002; D: p->;num=1003;

    若有以下定义,则下列赋值语句中不正确的是( )。struct student { int num; char name[20]; }st,*p=&st; A: st.num=1001; B: st.name="Jack"; C: (*p).num=1002; D: p->;num=1003;

  • 2022-06-09 问题

    已知: struct st{ int num; char sex; float score; }stud,*p=&stud; 则对于结构体变量stud的成员num正确的引用是____。 A: stud->num B: st.num C: p->num D: p.num

    已知: struct st{ int num; char sex; float score; }stud,*p=&stud; 则对于结构体变量stud的成员num正确的引用是____。 A: stud->num B: st.num C: p->num D: p.num

  • 2022-06-09 问题

    已知:[br][/br] struct st { int num; char sex; float score; }stud,*p=&stud; 则对于结构体变量stud的成员num正确的引用是______。 A: stud->num B: st.num C: p->num D: p.num

    已知:[br][/br] struct st { int num; char sex; float score; }stud,*p=&stud; 则对于结构体变量stud的成员num正确的引用是______。 A: stud->num B: st.num C: p->num D: p.num

  • 2022-06-08 问题

    若有以下定义,则对结构体变量的成员引用错误的是( )。 A: st.num B: student.age C: (*p).num D: p->;age

    若有以下定义,则对结构体变量的成员引用错误的是( )。 A: st.num B: student.age C: (*p).num D: p->;age

  • 2022-06-06 问题

    struct student { int num; char sex; char name[20]; float score; } st ; 给st的num成员赋值为16,应写出的语句是 ;

    struct student { int num; char sex; char name[20]; float score; } st ; 给st的num成员赋值为16,应写出的语句是 ;

  • 2021-04-14 问题

    struct student { int num; char sex; char name[20]; float score; } st ; 其中num是结构体 ________

    struct student { int num; char sex; char name[20]; float score; } st ; 其中num是结构体 ________

  • 2022-06-09 问题

    若有以下定义,则下列赋值语句中不正确的是。 struct student { int num; char name[20]; }st,*p=&st;

    若有以下定义,则下列赋值语句中不正确的是。 struct student { int num; char name[20]; }st,*p=&st;

  • 2022-06-08 问题

    若有以下定义,st已赋初值,则printf语句的输出结果是。 struct student { int num; char name[20]; }st={1001,"Jack"}; printf("%d,%s ",st);

    若有以下定义,st已赋初值,则printf语句的输出结果是。 struct student { int num; char name[20]; }st={1001,"Jack"}; printf("%d,%s ",st);

  • 2022-06-09 问题

    已知: Struct st{ Int num; Char sex; Float score; }stud,*p=&stud; 则对于结构体变量stud的成员num正确的引用是_________。

    已知: Struct st{ Int num; Char sex; Float score; }stud,*p=&stud; 则对于结构体变量stud的成员num正确的引用是_________。

  • 2021-04-14 问题

    struct student{ int num;char sex;char...} st ;其中出现的结构体类型名是

    struct student{ int num;char sex;char...} st ;其中出现的结构体类型名是

  • 1 2 3 4 5 6 7 8 9 10