Q. Which statement is used to skip an iteration in a loop?

  • (A) skip
  • (B) continue
  • (C) break
  • (D) pass
πŸ’¬ Discuss
βœ… Correct Answer: (B) continue
Explanation: `continue` skips the current iteration and goes to the next one.
Explanation by: Mr. Dubey
`continue` skips the current iteration and goes to the next one.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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