About 1,570,000 results
Open links in new tab
  1. C (linguagem de programação) – Wikipédia, a enciclopédia livre

    Em 1973, com a adição dos tipos struct, a linguagem C tornou-se poderosa o suficiente para que a maior parte do kernel do Unix fosse reescrito em C. Este foi um dos primeiros núcleos de sistemas …

  2. C (programming language) - Wikipedia

    C[c] is a general-purpose programming language. It was created in the 1970s by Dennis Ritchie and remains widely used and influential. By design, C gives the programmer relatively direct access to …

  3. CodeWithHarry/The-Ultimate-C-Programming-Course - GitHub

    Sep 2, 2025 · This course is designed to take you from a beginner to an advanced C programmer. The repository contains all the source code, projects, problem sets, and additional resources to …

  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. theokwebb/C-from-Scratch: A roadmap to learn C from Scratch - GitHub

    Nov 25, 2025 · Once I felt comfortable with C, I went lower—specifically, x86-64 Assembly and x86-64 OS Internals. I have included the resources I used for these topics as well.

  6. Why the C programming language still rules - InfoWorld

    Oct 2, 2022 · The C programming language has been alive and kicking since 1972, and it still reigns as one of the essential building blocks of our software-studded world.

  7. Outline of the C programming language - Wikipedia

    C can be described as all of the following: Programming language — artificial language designed to communicate instructions to a machine, particularly a computer. Compiled language — language …

  8. C – Wikipédia, a enciclopédia livre

    Quando o alfabeto romano foi introduzido na Grã-Bretanha, c representava apenas /k/, e esse valor da letra foi mantido em empréstimos para todas as línguas celtas insulares: em galês, Irlandês e …

  9. 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 then compiling …

  10. The C Programming Language - Wikipedia

    The C Programming Language has often been cited as a model for technical writing, with reviewers describing it as having clear presentation and concise treatment.