标签: arrays char initialization
为什么我可以用
const int i=10; char temp[i];
但不是
const int i=anotherInt; char temp[i];