C programming

C (, as in the letter c) is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions. It has found lasting use in applications previously coded in assembly language. Such applications include operating systems and various application software for computer architectures that range from supercomputers to PLCs and embedded systems.
A successor to the programming language B, C was originally developed at Bell Labs by Dennis Ritchie between 1972 and 1973 to construct utilities running on Unix. It was applied to re-implementing the kernel of the Unix operating system. During the 1980s, C gradually gained popularity. It has become one of the most widely used programming languages, with C compilers from various vendors available for the majority of existing computer architectures and operating systems. C has been standardized by the ANSI since 1989 (ANSI C) and by the International Organization for Standardization (ISO).
C is an imperative procedural language. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support. Despite its low-level capabilities, the language was designed to encourage cross-platform programming. A standards-compliant C program written with portability in mind can be compiled for a wide variety of computer platforms and operating systems with few changes to its source code.As of January 2021, C was ranked first in the TIOBE index, a measure of the popularity of programming languages, moving up from the no. 2 spot the previous year.

View More On Wikipedia.org
  • 77

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,447
    • Media
      227
    • Reaction score
      10,036
    • Points
      1,237
  • 8

    gruba

    A PF Electron
    • Messages
      206
    • Reaction score
      1
    • Points
      16
  • 8

    doktorwho

    A PF Electron
    • Messages
      181
    • Reaction score
      6
    • Points
      17
  • 4

    diredragon

    A PF Molecule
    • Messages
      323
    • Reaction score
      15
    • Points
      67
  • 4

    galaxy_twirl

    A PF Electron From Singapore
    • Messages
      137
    • Reaction score
      1
    • Points
      19
  • 2

    toforfiltum

    A PF Atom
    • Messages
      341
    • Reaction score
      4
    • Points
      26
  • 2

    username_unknown

    A PF Quark
    • Messages
      2
    • Reaction score
      0
    • Points
      1
  • 1

    valesdn

    A PF Atom
    • Messages
      42
    • Reaction score
      1
    • Points
      39
  • 1

    iquicck

    A PF Quark
    • Messages
      3
    • Reaction score
      0
    • Points
      1
  • 1

    dpatnd

    A PF Electron
    • Messages
      64
    • Reaction score
      20
    • Points
      13
  • 1

    matineesuxxx

    A PF Molecule
    • Messages
      77
    • Reaction score
      6
    • Points
      58
  • 1

    CGandC

    A PF Molecule
    • Messages
      326
    • Reaction score
      34
    • Points
      73
  • 1

    Niaboc67

    A PF Electron
    • Messages
      249
    • Reaction score
      3
    • Points
      16
  • 1

    sarvesh0303

    A PF Atom
    • Messages
      61
    • Reaction score
      2
    • Points
      31
  • 1

    sanhuy

    A PF Electron
    • Messages
      40
    • Reaction score
      2
    • Points
      11
  • 1

    Shyam Krishnan

    A PF Quark From India
    • Messages
      4
    • Reaction score
      0
    • Points
      4
  • 1

    Atr cheema

    A PF Atom
    • Messages
      69
    • Reaction score
      0
    • Points
      31
  • 1

    Nate Duong

    A PF Electron From denver, colorado
    • Messages
      126
    • Reaction score
      3
    • Points
      19
  • Back
    Top