answersLogoWhite

0

What is a variable plus a variable?

Updated: 4/28/2022
User Avatar

Wiki User

11y ago

Best Answer

A variable is a named memory location for which the contents are volatile. The antonym of variable is constant.

User Avatar

Domenica Schneider

Lvl 9
2y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a variable plus a variable?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the variable of x plus 10 plus 4x-35?

What is the variable of x plus 10 plus 4x-35?


How do you define a symbol such as plus or - as a variable in python?

Use a character variable. For example: plus = '+' minus = '-' You can now refer to these symbols using the variable names "plus" or "minus".


What does a constant do in c plus plus?

A constant is a variable that does not change. The correct term is constant variable.


What is the answer to a variable squared plus ten times a variable plus twenty-four in?

a2/2


What is the variable in this equation 7y plus 10 equals -6 plus 14?

y is the variable


What is the variable in 7d plus 2?

d is the variable here.


What is syntax in c plus plus for declaring a variable?

type variable {[optional array size]} {= optional initializer};


A cell phone bill is usually an example of which of these?

Fixed expense plus a variable


What is the variable in this algerbraical expression 6n plus 3?

n is the variable.


What is the variable in the algebraic expression 7d plus 2?

The variable is "d".


Identify the variable y plus 15?

the variable is Y


What do you mean by initialization in c plus plus?

Not initialized variable: int myInt; Initialized variable: int myInt = 10;