Q. Which keyword is used to skip the current iteration in a loop?

  • (A) skip
  • (B) pass
  • (C) continue
  • (D) next
πŸ’¬ Discuss
βœ… Correct Answer: (C) continue
Explanation: The `continue` statement skips the rest of the code inside the loop for the current iteration.
Explanation by: Rati Dubey
The `continue` statement skips the rest of the code inside the loop for the current iteration.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
54
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
87%
Success Rate