Examveda
Examveda

What are the three important manipulations done in a for loop on a loop variable?

A. Updation, Incrementation, Initialization

B. Initialization,Testing, Updation

C. Testing, Updation, Testing

D. Initialization,Testing, Incrementation

Answer: Option B

Solution(By Examveda Team)

In a for loop, the initialization, the test, and the update are the three crucial manipulations of a loop variable.

This Question Belongs to Javascript >> Basic And Variables

Join The Discussion

Related Questions on Basic and Variables