What is the purpose of const char * | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the purpose of const char *

Under what circumstances can one use const char* in the code?

15th Nov 2016, 6:30 PM
Sand
1 Answer
0
Only if you are sure the variable won't be changed.
15th Nov 2016, 6:59 PM
Franky BrainBox
Franky BrainBox - avatar