假定有“structBOOK{chartitle[40];floatprice;};BOOK*book;”,则正确的语句为()。
A、BOOK*x=newbook;
B、BOOKx={"C++Programming",27.0};
C、BOOK*x=newBOOK;
D、BOOK*x=book;