Q. Which method is used to break a loop?

  • (A) exit
  • (B) stop
  • (C) break
  • (D) pass
πŸ’¬ Discuss
βœ… Correct Answer: (C) break
Explanation: `break` exits the current loop immediately.
Explanation by: Mr. Dubey
`break` exits the current loop immediately.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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