constant variables can be created in c++ by using__________.
Answers
Answered by
0
Answer:
Variables can be declared as constants by using the “const” keyword before the datatype of the variable. The constant variables can be initialized once only. The default value of constant variables are zero
Similar questions