最佳答案
For example, is
int const x = 3;
valid code?
If so, does it mean the same as
const int x = 3;
?