Const string and string | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

27th Feb 2017, 2:27 AM
Luke Mai
Luke Mai - avatar
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
27th Feb 2017, 3:12 AM
Alejandro Serrato
Alejandro Serrato - avatar