

break                       C Keyword                       break




Exit from loop or switch statement


break  is a  C statement  that  causes an  immediate exit  from a
switch sequence, or from a while, for, or do loop.

***** See Also *****

C keywords















































COHERENT Lexicon                                           Page 1


