Join Examsbook
286 0

Q:

निम्न में Break स्टेटमेंट किसके साथ उपयोग होता है ?

  • 1
    if Statement
  • 2
    else if Statement
  • 3
    Switch Statement
  • 4
    उपर्युक्त में से कोई नहीं
  • Show AnswerHide Answer
  • Workspace

Answer : 3. "Switch Statement"
Explanation :

The break statement is used with loops (such as for and while loops) and switch statements in programming. In loops, it is used to exit the loop prematurely, while in a switch statement, it is used to exit the switch block after executing a specific case.


Are you sure

  Report Error

Please Enter Message
Error Reported Successfully