單項選擇題數(shù)據(jù)結構里,定義名稱為plan結構體,其有5個元素的結構體數(shù)組的定義方式是()。

A.struct plan數(shù)組名[5];
B.struct plan數(shù)組名[10];
C.plan struct數(shù)組名[5];
D.plan數(shù)組名[5];


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題數(shù)據(jù)結構里,有名為goods的結構體,定義這種結構體的指針變量正確的是()。

A.struct p;
B.struct goods p;
C.struct goods;
D.goods p;