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;