Computer Science, asked by harshitdhir5282, 1 year ago

Is Modifier are used to declare a variable as constant?

Answers

Answered by wosaasrec
1

A global or static variable can be declared (or a symbol defined in assembly) with a keyword qualifier such as const , constant , or final , meaning that its value will be set at compile time and should not be changeable at runtime. ... Depending upon the language, constants can be untyped or typed.

Similar questions