if the continue statement operates, and the pointer goes to the beginning of the closest loop will the value of i then be 0 or the one which was attained before reaching the continue statement.
also once the if block is executed, the subsequent else if block will not be executed for the given value of i??