C

From Hackepedia
Revision as of 10:43, 26 January 2008 by Pbug (talk | contribs) (more description)
Jump to navigationJump to search

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.