0
Const string and string
Is it possible to change the data of const string variable or string variable by adding code within the main module of the program? Why or why not?
1 Answer
0
As the name says constant variables are used to store values that shouldn't be changed once the program is running... The opposite happens with variables without const qualifier