第20268题 单选
以下数组定义符合C++语言语法的是?
A

int a[];

B

int b['3'];

C

int c[3.0];

D

int[3] d;