C

C is a statically-typed programming language. The design goals were minimalism and mirroring bare metal computer architecture, so as to simplify the process of porting C to new platforms. It allows low-level memory management and features a very concise standard library.

Contents

  1. C
    1. Syntax
    2. See also


Syntax


See also

GNU C user manual

gcc(1)

clang(1)


CategoryRicottone