Introduction to the C Programming Language
8 C Programming More on the Canonical First Program • The purpose of the statement #include is to allow the use of the printf statement to provide program output. For each function built into the language, an associated header file must be included. Text ...