If, Example
Int code;
code = 1;
if ( code == 1 )
printf("CZ Courses\n");
printf("*** THE END ***");
the output is
CZ Courses
*** THE END ***
If code is set to 0, the first line will not
be printed.
Previous slide
Next slide
Back to first slide
View graphic version