Write a short note on break and continue in c
Answers
Answered by
0
Break and continue statements are jump statements. Jump statements pass control to the beginning or end of the current block, or to a labeled statement. Such labels must be in the same block. Continue labels must be on an iteration statement.
Similar questions
Math,
8 months ago
Math,
8 months ago
CBSE BOARD X,
1 year ago
Geography,
1 year ago
Computer Science,
1 year ago