About 1,860,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. PacktPublishing/Learn-C-Programming - GitHub

    Aug 26, 2025 · C is a powerful general-purpose programming language that is excellent for beginners to learn. This book will introduce you to computer programming and software development using C.

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

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

  7. The C Programming Language 2nd Edition - Solutions - GitHub

    Aug 31, 2025 · The C Programming Language is a classic programming book. The exercises are designed so that you can solve them with the knowledge acquired up to that point in the book.

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

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

  10. Modern C Guidelines - GitHub

    Aug 26, 2025 · Modern rules and proven practices how to code in C. Originally based on Matt Stancliff's blog post How to C in 2016 plus changes suggested and/or made by contributors.