C Language / C Programming Basics
The c language provides features common to many languages and allows add-on modules to be written to provide more specific functionality.
Program Files and Modules
C program files have the file extension .c and "header" files that provide shared data and definitions have .h extension. C files typically include one or more functions grouped in a logical way.
Language Reference
The following resources provide an overview of the language: