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

  • (A) Skips the rest of the current iteration and moves to the next iteration
  • (B) Exits the loop
  • (C) Pauses the loop
  • (D) Restarts the loop from the beginning
πŸ’¬ Discuss
βœ… Correct Answer: (A) Skips the rest of the current iteration and moves to the next iteration
Explanation: `continue` skips current iteration but keeps the loop running.
Explanation by: Mr. Dubey
`continue` skips current iteration but keeps the loop running.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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