单项选择题

数据结构里,定义名称为plan结构体,其有5个元素的结构体数组的定义方式是()。

A.struct plan数组名[5];
B.struct plan数组名[10];
C.plan struct数组名[5];
D.plan数组名[5];