假定有结构定义“struct Book{char title[20]; double price;};”,则不正确的语句定义为( )。(单选题)
.struct Book d[2][3].,.
struct Book a[5].,.
struct Book* c[10].,.
struct Book b=(\"C++ Programming\",27.0)
出自:2024年国家开放大学答案