2.
When a new value is stored in a variable, its previous value gets
a. Accepted
b. Overwritten
c. Overlapped
Answers
Answered by
13
Answer :— The variable is used to hold some value that can be used by the program. when any variable holds some value and the user will change the value from a new value, then that variable will holds the new value and the old value will erase or changed to a new value.
Hope you understand
Answered by
27
Answer:
overwritten
Explanation:
when a new value is stored in a variable, it's previous value gets overwritten
Similar questions