A Typical C Program

VOLUME.C is a simple program that calculates the volume of a sphere and prints the following result on the screen:

Volume: 113.040001

Like all of the sample programs in this book, you'll find VOLUME.C in QuickC's online help. The “Introduction” explains how to load sample programs. Figure 1.1 illustrates the VOLUME.C program.