answersLogoWhite

0


Best Answer

No, it is called a constant. For example, in algebra, all number values are constants.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is any value that is set and cannot change a variable?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is any value that is unknown or can change a variable?

yes


Any value that is unknown or can change is a variable?

yes


Is it true that any value that is unknown or change is a variable?

No. A value that is unknown may not be a variable but simply a constant whose value needs to be calculated.


In what way can we use variables?

A variable is used purely for the purpose of storing a single value. Being variable, the value can be changed at any time. A constant is the opposite of a variable; its value cannot be changed.


What do you understand by constant and variable in c plus plus program?

A variable is any named value of a specified type that can hold any value of that type, and that can change that value at any time while the name is in scope. A constant is exactly the same as a variable except that its value must be set at the point of instantiation and the given value cannot be altered while the name remains in scope. In other words, a variable is a value that may vary while a constant is a value that always remains the same.


In mathematics what is a limiting value?

If the value of a function cannot be determined for any value of the independent variable, then, the value the function seems to be approaching would be its limiting value for that particular value of the independent variable.


What is meant when you say dependent variable y does not depend on independent variable x?

you can change the value of x to any new value and it has no effect on the value of y.


How do you retain a variable value in PHP after any change?

Simply reassign the value. If you have a variable $x, and you add 1 to it, you can store the value by stating $x = $x+1;


True Or False Any value that is unknown or can change is a variable?

True.


What are the difference between private variable and final variable?

A private variable is one that is accessible only to the current class and cannot be accessed by any other class, including the ones that extend from it. A final variable is one that cannot be modified once it is initialized and assigned a value.


Difference between variable and fixed resistor?

Variable resistors means that a resistor which can change its resistance by control by any person or it self and fixed resistor means that it can not change its value.


What defines a variable?

A variable is a named storage location that can hold any data value. A variable has two associated values ; r value and l value.