-
|
What is the difference between a variable and a constant in programming? |
Beta Was this translation helpful? Give feedback.
Answered by
Udul-D
Jan 7, 2026
Replies: 1 comment
-
|
Variable used for store a value and it value can be change while a program is running. A constant stores a value that cannot be change once it defined. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ranusha5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Variable used for store a value and it value can be change while a program is running. A constant stores a value that cannot be change once it defined.