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-3.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-13  |  506KB  |  2550x3300
Labels: book | poster | reckoner
OCR: Control Statements in The for Statement SYNTAX exprl; expr2; expr3 itement FUNCTIONALITY test do-while for another loop An expr2 continues iterative first The statement. evaluated; statement Upon if it executed evaluates entering, and then expri zero is expr3 the is loop evaluated evaluated terminates; For to each complete otherwise iteration, one iteration See example in Section 2.7 The goto Statement SYNTAX goto label, FUNCTIONALITY the expression Causes execution to jump to the desi ignated labeled statement ir the program See example in Section 6.6 The and if-else Statements SYNTAX (express ion stat ement express ion sta tementl else statement2 FUNCTIONALITY In the syntax, the expression evaluated If it is nonzero the statement executed: otherwise, no action taken tement statemen