How to create Variables and Constants in C++?
Answers
Answered by
0
>>>Using const keyword: The const keyword specifies that a variable or object value is constant and can’t be modified at the compilation time
Similar questions