Computer Science, asked by fatehrizwan2033, 1 year ago

Write a short note on break and continue in c

Answers

Answered by dastulikapadgna
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