A. 正确 B. 错误
A. 4 B. 8 C. 12 D. 16
A. int a[5][]; B. int a[][5]; C. int a[][3]={{1,3,5},{2}}; D. int a[](10);
A. for B. while C. do-while D. switch