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

    This is the code repository for Learn C Programming, published by Packt. A beginner's guide to learning C programming the easy and disciplined way. What is this book about? C is a …

  3. Operators in C and C++ - Wikipedia

    Some tables include a "In C" column that indicates whether an operator is also in C. Note that C does not support operator overloading. When not overloaded, for the operators &&, ||, and , …

  4. The-Young-Programmer/C-CPP-Programming - GitHub

    What is C++ Programming Language ? C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an …

  5. C syntax - Wikipedia

    C syntax is the form that text must have in order to be C programming language code. The language syntax rules are designed to allow for code that is terse, has a close relationship with …

  6. Embed-Threads/Learn-C - GitHub

    This book offers a modern take on C programming, covering both traditional C89 and the newer C99 standard. It focuses on practical examples and problem-solving techniques, equipping …

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

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

  9. portfoliocourses/c-example-code - GitHub

    If you're interested in learning C Programming, check our FREE C Programming for Beginners Full Course In 6 Hours: https://www.youtube.com/watch?v=ssJY5MDLjlo. C Programming …

  10. Bitwise operations in C - Wikipedia

    C provides a compound assignment operator for each binary arithmetic and bitwise operation. Each operator accepts a left operand and a right operand, performs the appropriate binary …