注意:此页面搜索的是所有试题
题目内容
(2024年国家开放大学答案)
假定有结构定义“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)
.struct Book d[2][3].,.
struct Book a[5].,.
struct Book* c[10].,.
struct Book b=(\"C++ Programming\",27.0)
参考答案