Computer Science, asked by shantisaha033, 7 months ago

The keyword ___________ before a variable declaration , makes it a constant.​

Answers

Answered by arundsouza
4

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