main
. When
you run a C program, you initiate
the computations specified in that main
function.
printf
, and the addition operator,
+
. Operators do their work on operands.
#include
printf ("characters to be displayed");
printf ("%i", integer-producing expression);
printf ("\n");