Questions about this topic? Sign up to ask in the talk tab.

C

From NetSec
Revision as of 15:05, 6 September 2011 by JacintoWimble (Talk | contribs) (Created page with "C is a low-level programming language which allows you to construct programs writing in a syntactical form. When compiled (typically using cc (short for C compiler) or gcc (G...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

C is a low-level programming language which allows you to construct programs writing in a syntactical form. When compiled (typically using cc (short for C compiler) or gcc (GNU C compiler), the C code will be converted into machine-readable code to execute the program.