Programming/C

From Dev Wiki
< Programming
Revision as of 22:36, 1 February 2021 by Brodriguez (talk | contribs) (Create page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

C is a general-purpose language meant to be powerful and fast.
A considerable amount of "high level" languages are built off C.

Unlike most high level languages, C allows direct access to memory and pointers, which can make the syntax more complicated, but gives more control to the programmer in how it behaves.

For a similar language, see C++.


Setup


Syntax


Testing