home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / CH_11 / 661.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-20  |  623KB  |  2550x3300
Labels: book | crt screen | poster | reckoner
OCR: 1 Conditional Compilation 661 Conditional Compilation in Program Development and Debugging popular use for conditional compilation is to provide trace through program as and possibly display the values of some important variables. This use might would be occur made n the program being developed or possibly when modifications oop will in the recurs.c program maintenance phase of the programming cycle program direc- The program recurs2.c in Example 11-18 illustrates this use. The en of Chapter 6 has been modified by adding conditional compilation tives and source code to provide a trace of execution The output i8 shown for the input value of 3 Example 11-18: recurs2.c recurs2 Synopsis Accepts input of positive nteger, result calculates its factori al and displays the Obj ective Illustrates t ...