Q. One of the special feature of an interpreter in reference with the for loop is that

  • (A) Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property
  • (B) The iterations can be infinite when an interpreter is used
  • (C) The body of the loop is executed only once
  • (D) All of the mentioned
πŸ’¬ Discuss
βœ… 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.
Explanation by: Mr. Dubey
Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property (a string value) to it.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
106
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate