单选题

以下数组定义,符合C++语言语法的是( )。

A.

 int a[];

B.

 int b['3'];

C.

 int c[3.0];

D.

 int[3] d;

发表评论

登录 后再回复