单项选择题
A.8 B.10 C.12 D.16
A.句点 B.冒号 C.分号 D.逗号
A.struct BOOK x= &book; B.struct BOOK *x=&book; C.struct BOOK x=calloc(BOOK); D.struct BOOK *x=BOOK;