answersLogoWhite

0

You don't. Constant means it doesn't change at all.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is a variable that remains the same?

constant


Difference between numeric constants and numeric variables in qbasic?

A constant is not supposed to change during program execution. A variable may change, in the sense that you assign a value, then another value, then another...A constant is not supposed to change during program execution. A variable may change, in the sense that you assign a value, then another value, then another...A constant is not supposed to change during program execution. A variable may change, in the sense that you assign a value, then another value, then another...A constant is not supposed to change during program execution. A variable may change, in the sense that you assign a value, then another value, then another...


What is difference between variable and constant?

Whether or not you can change its value.


What is the difference between a variable and a literal in prgramming?

a literal is a constant value, the difference is a variable can change it's value.


What are the 'Constants' and 'Variables' in Java?

A variable is a memory address that holds a value. A constant is simply a variable that does not change value.


Is 8n a constant term?

No, 8n is not a constant term. It is a term with a variable (n) attached to it, which means its value can change depending on the value of the variable. Constant terms are those that do not have variables attached to them.


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.


What is the name of the variable that stays the same?

A constant is a variable that doesn't change in value throughout the program's execution.


How can you change the value of a constant variable in C?

You can change a static variable by putting the static variable into a function that has operations that you intend to execute upon the variable. Example, you want to change the static variable to another value or make an addition of 2. Put the source code inside a function with the static variable declared locally within the function.Every time you call the function, the static variable value will change. Take note that the static variable retains the last value you declared it in your function call.A more terse answerLocal variables declared as static are changed as normal; they are special in that their values persist across function calls.


What is constant variables?

Variables are items, which change their values during the execution of a program. Constants do not change the value during the execution of a program.


A variable that remains the same?

A constant is a variable that remains the same and does not change its value during a specific process or calculation. This allows for consistency in mathematical or scientific equations.


What is z if 6z plus 14 equals 8z?

Z is a constant variable in this equation. A constant variable is a variable, the value of which can never change. In this case, z would be equal to 7.