第19题: [单项选择]A hydrostatic release mechanism for a liferaft(). A. must be wet before it will release B. should be kept in a watertight except in an emergency C. will inflate the raft in its cradle if operaterd manually D. must be submerged to a certain depth to release automatically 参考答案:D
第33题: [单项选择]有以下定义和语句: struct students int num;char name[20];char c; struct int grade1;int grade2;s; ; struct students w,*pw; *pw=w; 下列赋值语句不正确的是( )。 A. w.num=1002; B) w.grade1=85; C) pw->num=1002;D) w.s.grade2=85; 参考答案:B 答案解析:[解析]本题主要考查的是结构体变量的嵌套定义,也就是说一个结构体变量也可以是一个结构体。在本题中student这个结构体中包含了结构体s。所以对结构体变量w中grade1成员的引用是w.s.grade