第16题: [单项选择]{{B}}Questions 11 to 18 are based on the conversation you have just heard.{{/B}} A. Classmates. B. Boss and secretary. C. Husband and wife. D. Teacher and student. 参考答案:C 答案解析:[听力原文]
M: Being an efficient secretary, you should have to finish your work punctually at the offic
第22题: [单项选择]以下叙述中错误的是______。 A. 可以通过typedef增加新的类型 B. 可以用typedef将已存在的类型用一个新的名字来代表 C. 用typedef定义新的类型名后,原有类型名仍有效 D. 用typedef可以为各种类型起别名,但不能为变量起别名 参考答案:A 答案解析:[解析] 关键字typedef的作用只是将C语言中的已有的数据类型作了置换,并不是增加新的类型,所以A错误。