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

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

Read Online VB .Net Job Interview Questions And Answers