Difference between Const int & int const?

后端 未结 0 1849
傲寒
傲寒 2021-01-05 05:55

is there a difference between Const int dd{4}; & Int const dd{4};.

The dd is non modifiable in both cases, so what is the difference?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题