How do I think prefix const affects our code

Prefix const before declaration of your variable is making sure you will not change (assign) it to the different value later in your program.

Privacy & Terms