Computer Science, asked by TbiaSupreme, 1 year ago

The break statement stops execution of program.State whether it is true or false.

Answers

Answered by nitish8089
3
false::: for stop the execution of program we used exit... break us for terminate the flow of loop...
Similar questions