About 1,780,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. 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 …

  3. 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 …

  4. 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.

  5. 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 …

  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. 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.

  8. 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.

  9. C data types - Wikipedia

    The C language provides the four basic arithmetic type specifiers char, int, float and double (as well as the boolean type bool), and the modifiers signed, unsigned, short, and long.

  10. C (lenguaje de programación) - Wikipedia, la enciclopedia libre

    Una biblioteca de C es una colección de funciones utilizadas en el lenguaje de programación C. Las bibliotecas más comunes son la biblioteca estándar de C y la biblioteca del estándar ANSI C, la cual …