Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "C"
From NetSec
| Line 1: | Line 1: | ||
| − | 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. | + | 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. [[C basics]] can get one started. |
| + | |||
| + | {{series | ||
| + | | Name = C | ||
| + | | PartOf = Programming | ||
| + | }} | ||
Revision as of 23:18, 18 October 2011
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. C basics can get one started.
|
C Visit the Programming Portal for complete coverage.
|