Hi,
If we are declaring a variable inside a loop, what will happen to the instance of that variable before the next iteration? Does it mean that each time the variable is created though its not being explicitly destroyed at the end of each iteration...Case is same for local function variables also..This may sound funny...but i just want to know how it is...
Fravio..
If we are declaring a variable inside a loop, what will happen to the instance of that variable before the next iteration? Does it mean that each time the variable is created though its not being explicitly destroyed at the end of each iteration...Case is same for local function variables also..This may sound funny...but i just want to know how it is...
Fravio..