home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / _HANDBOOK_ / APDX_E / E-4.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-13  |  469KB  |  2550x3300
Labels: book | computer | crt screen | monitor | poster | reckoner | screen | sky
OCR: Programmer's Handbook In the second syntax the expression Is evaluated If it is nonzero stat ementlis executed otherwise statement2 i8 executed See examples in Section Labeled Statements SYNTAX Named ident ifier) labels identifier stat ement Case labels case const-expr statement where const -expr is a constant and one of the integer types Default label default statement FUNCTIONALITY The statement executes as it would without the label The named (identifier) label used in conjunction with the goto statement. The case and default labels are used ir conjunction with the Sw tch statement. Notice that the expression case label must be constant. See examples Sections 6.3. 6.4, and 6.6 The Statement SYNTAX FUNCTIONALITY The statement does nothing but serves to syntactically complete other statem ...