Computer Science, asked by maneomkar433, 6 months ago

constant variables can be created in c++ by using__________.

Answers

Answered by jatinkumar14903
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