15.数据结构里,已知product是结构体类型,下列选项中是定义含有十个元素是该类型的数组格式正确的是()。 [单选题] *
来源: 数据结构
15.数据结构里,已知product是结构体类型,下列选项中是定义含有十个元素是该类型的数组格式正确的是()。 [单选题] *
A: struct product a[10];
B: struct product a{10};
C: struct product a<10>;
D: struct product a(10);
来源: 数据结构
15.数据结构里,已知product是结构体类型,下列选项中是定义含有十个元素是该类型的数组格式正确的是()。 [单选题] *
A: struct product a[10];
B: struct product a{10};
C: struct product a<10>;
D: struct product a(10);