Computer Science, asked by sonamsah, 1 year ago

how is the break statement different from the continue statement​

Answers

Answered by Anonymous
1

Answer:

The continue statement can appear only in loops. You will get an error if this appears in switch statement. When a break statement is encountered, it terminates the block and gets the control out of the switch or loop. When acontinue statement is encountered, it gets the control to the next iteration of the loop

Answered by dipayanghosh185
0

Answer:

break statement means....if you write a program i mean a particular function in any programming language something is continuing with other function with the first function then we use break statement in that point to break in one function to another function......

HOPE YOU LIKE IT..

THEN PLEASE MAKE ME BRAINLIST OR FOLLOW ME...

Explanation:

Similar questions