C-16-Q009mediumsingle_mcq
Information stored in a variable can later be:
Information stored in a variable can later be:
- anever changed
- bchanged in another line of the programme
- conly doubled
- donly deleted
ব্যাখ্যা
A variable's stored value is not permanent — it can be reassigned or updated on a later line of the program. This changeability is the defining feature of a variable.