Computer Science, asked by pavanprasad9190, 1 year ago

A variable which can have only defined value is called

Answers

Answered by swatisharma28589
0
In computer programming, a variable or scalar is a storage location (identifiedby a memory address) paired with an associated symbolic name (an identifier), which contains some known or unknown quantity of information referred to as a value.
Answered by Sidyandex
0

Char A is the variable that will have only a single character stored in it.

The variable can be an uppercase word, lower case word, numerical or even the symbol but the quantity will only be one.

These type of variable are mainly the one that helps in storing the values easily with no problem that might interrupt the whole process.

Similar questions