A quantity whose value may change during execution of the program is called a _____?
A quantity whose value may change during execution of the program is called a _____?
ایک مقدار جس کی قیمت پروگرام پر عمل درآمد کے دوران بدل سکتی ہے اسے _____ کہا جاتا ہے؟
Explanation
A variable is a named memory location whose value can change during the execution of a program.
In contrast, a constant has a fixed value that does not change while the program runs.