+ 1
is it possible to reassign a single variable multiple times in a program??
if yess ..thn what value will variable store ..
3 Antworten
0
I don't think so we can use $a many time times in a program .while do so it will replace by the new value being assigned .
0
yes a variable can be used to multiple times in a program but it will store the last updated value to that variable
0
Not neccesarily if you use an array