Q. What does the 'continue' statement do in a loop?

  • (A) Terminates the loop
  • (B) Skips the current iteration and continues with the next
  • (C) Pauses the loop
  • (D) Restarts the loop
πŸ’¬ Discuss
βœ… Correct Answer: (B) Skips the current iteration and continues with the next
Explanation: 'continue' skips the rest of the loop body for the current iteration.
Explanation by: Mr. Dubey
'continue' skips the rest of the loop body for the current iteration.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
70
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate