in an assignment statement like
a="10" a="20"
where are the values 10 and 20 stored before the assignment is done?
con