单项选择题
A. 9 B. 11 C. 19 D. 21
A. int N=10; int x[N]; B. #define N 10 int x[N]; C. int x[0..10]; D. int x[];