Login
Remember
Register
Q&A
Questions
Ask a Question
What are the valid places to have keyword “Break”?
Home
>
Technology
>
What are the valid places to have keyword “Break”?
0
votes
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
What are the valid places to have keyword “Break”?
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Nov 8, 2020
by
JackTerrance
(
1.7m
points)
The purpose of the Break keyword is to bring the control out of the code block which is executing. It can appear only in looping or switch statements.
Related questions
+1
vote
1
answer
What are the valid places for the keyword break to appear in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What are the valid places for the keyword break to appear?
asked
Jan 17, 2021
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
What is keyword auto for in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
Does a break is required by default case in switch statement in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
Is 068 a valid octal number in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
...