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?
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?