/* show difference between const int in C and C++ */ const int size = 10; int x[size]; int main() { return 0; }