C
From Hackepedia
What is meant by just C is the C programming Language.
Here is a small C Primer that may be helpful, the document needs many more parts, so use with care.
To turn C programming language into a usable binary it is "compiled" with a C compiler. Most UNIX like operating systems are written in C with small elements written in Assembler.