Computer Science, asked by ramanjorasingh, 6 months ago

what do you mean by variable and constant​

Answers

Answered by kishoremulpuri
1

In computer programming, a constant is a value that cannot be altered by the program during normal execution, i.e., the value is constant. ... This is contrasted with a variable, which is an identifier with a value that can be changed during normal execution, i.e., the value is variable.

hope helps you make me as brainlist

Answered by Anonymous
2

Answer:

variable doesn't have a fixed value( example:a,x,b)etc

constant has a fixed value (example:1,2,3,4,5)etc

Similar questions