About 1,870,000 results
Open links in new tab
  1. C (programming language) - Wikipedia

    C is used on computers that range from the largest supercomputers to the smallest microcontrollers and embedded systems. A successor to the programming language B, C was …

  2. Why the C programming language still rules - InfoWorld

    Here’s how it stacks up against C++, Java, C#, Go, Rust, Python, and the newest kid on the block—Carbon. The C programming language has been alive and kicking since 1972, and it …

  3. GitHub - theokwebb/C-from-Scratch: A roadmap to learn C from …

    Here are some code snippets and explanations I’ve written for some intermediate C concepts that might be useful to you: CS107 reader includes a primer on C along with lots of other useful …

  4. C (programming language) - Simple English Wikipedia, the free …

    C (pronounced "SEE") is a computer programming language developed in the early 1970s by Ken Thompson and Dennis Ritchie at Bell Labs. They used it to improve the UNIX operating system.

  5. A damn stupid thing to do”—the origins of C - Ars Technica

    Dec 9, 2020 · In one form or another, C has influenced the shape of almost every programming language developed since the 1980s. Some languages like C++, C#, and objective C are …

  6. C syntax - Wikipedia

    C code consists of preprocessor directives, and core-language types, variables and functions, organized as one or more source files. Building the code typically involves preprocessing and …

  7. List of C-family programming languages - Wikipedia

    Fusion is a language based on C and C#. Aimed at crafting portable programming libraries, with syntax akin to C#.

  8. C - Simple English Wikipedia, the free encyclopedia

    Pronunciation The letter "C" is pronounced as /k/, which is similar to K or Q (u). It is sometimes said as /s/. The letter "C"'s name in English is "cee" (said as /ˈsiː/). Occasionally, the letter may …

  9. C - Wikipedia

    C, or c, is the third letter of the Latin alphabet, used in the modern English alphabet, the alphabets of other western European languages and others worldwide.

  10. Operators in C and C++ - Wikipedia

    Most of the operators available in C and C++ are also available in other C-family languages such as C#, D, Java, Perl, and PHP with the same precedence, associativity, and semantics.