Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     Updation, Incrementation, Initialization

    B.

     Initialization,Testing, Updation

    C.

     Testing, Updation, Testing

    D.

     Initialization,Testing, Incrementation

    View Answer

    Workspace

    Answer : Option B

    Explanation :

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


Be The First To Comment