Q. One of the special feature of an interpreter in reference with the for loop is that
β
Correct Answer: (A)
Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property
Explanation: Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property (a string value) to it.