Constants in C++
What is Constant?
A constant is a value that cannot be changed.
google.com, pub-8434817042454839, DIRECT, f08c47fec0942fa0
Example
const int age = 20;
Why Use Constants?
- Prevent accidental changes
- Improve code readability
A constant is a value that cannot be changed.

WhatsApp us