the use of const keyboard with example
Answers
Answered by
1
Answer:
Algebra, a constant is a number on its own, or sometimes a letter such as a, b or c to stand for a fixed number. Example: in "x + 5 = 9", 5 and 9 are constants.
Explanation:
The const keyword allows you to specify whether or not a variable is modifiable. You can use const to prevent modifications to variables and const pointers and const references prevent changing the data pointed to (or referenced).
Mark brainly
Similar questions