Answer & Solution
Answer: Option B
Solution:
The continue; statement is used to skip the current iteration in a loop and continue to the next iteration. When encountered, it immediately stops the current iteration and jumps to the next iteration in the loop block.