the break statementthe break statement which was


The break statement

The break statement, which was already covered in the switch.. case, can also be used in the loops. When a loop statement is encountered in the loops the control is transferred to the statement outside the loop. When there are nested loops it breaks only from the current loop in which it was written.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: the break statementthe break statement which was
Reference No:- TGS0309278

Expected delivery within 24 Hours