Computer Science, asked by farhankingansari09, 11 months ago

when a new value is stored in a variable its previous value gets................... .​

Answers

Answered by vijaysahyahoo
15

Answer:

emptied

Explanation:

hope it help you

Answered by AskewTronics
8

Erased or Changed or modified.

Explanation:

  • 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.
  • For example, if "c=5" and user will change the value of the c by the "c=6" statement, then the c variable will holds the value 6 and the 5 will be erased from the memory.

Learn More:

  • Variable : https://brainly.in/question/13427535
Similar questions