问题 更新时间2023/5/15 13:49:00 假定有“struct BOOK{char title[40]; float price;} book;”,则正确的语句为( )。单选题 (2 分) 2分 A.struct BOOK x= &book; B.struct BOOK *x=&book; C.struct BOOK x=calloc(BOOK); D.struct BOOK *x=BOOK; 答案 登录 注册 B. struct BOOK *x=&book; 出自:安徽教育在线 >> 国家开放大学C语言程序设计