What are the three important manipulations done in a for loop on a loop variable
Home | Discussion ForumWhat are the three important manipulations done in a for loop on a loop variable?
Updation, Incrementation, Initialization
Initialization,Testing, Updation
Testing, Updation, Testing
Initialization,Testing, Incrementation
Answer : B
View More Related Question
1) What will be the step of the interpreter in a jump statement when an exception is thrown?
The interpreter stops its work
The interpreter throws another exception
The interpreter jumps to the nearest enclosing exception handler
None of the mentioned
View Answer
2) What will happen if the body of a for/in loop deletes a property that has not yet been enumerated?
The property will be stored in a cache
The loop will not run
That property will not be enumerated
All of the mentioned
View Answer
3) One of the special feature of an interpreter in reference with the for loop is that
Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property
The iterations can be infinite when an interpreter is used
The body of the loop is executed only once
All of the mentioned
View Answer
4) Among the keywords below, which one is not a statement?
5) What are the three important manipulations done in a for loop on a loop variable?
Updation, Incrementation, Initialization
Initialization,Testing, Updation
Testing, Updation, Testing
Initialization,Testing, Incrementation
View Answer