VB .Net Question:
Download Questions PDF

What happens when you encounter a continue statement inside the for loop?

VB .Net Interview Question
VB .Net Interview Question

Answer:

The code for the rest of the loop is ignored, the control is transferred back to the beginning of the loop.

Download VB .Net Interview Questions And Answers PDF

Previous QuestionNext Question
Whats different about switch statements in C#?How can you sort the elements of the array in descending order?