About 1,840,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. theokwebb/C-from-Scratch: A roadmap to learn C from Scratch

    A roadmap to learn C from Scratch. Contribute to theokwebb/C-from-Scratch development by creating an account on GitHub.

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

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

  5. PacktPublishing/Learn-C-Programming - GitHub

    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.

  6. Operators in C and C++ - Wikipedia

    C and C++ have the same assignment operators and all can be overloaded in C++. For the combination operators, a ⊚= b (where ⊚ represents an operation) is equivalent to a = a ⊚ b, …

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

    The C programming language 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 …

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

  9. List of C-family programming languages - Wikipedia

    The C-family programming languages share significant features of the C programming language. Many of these 70 languages were influenced by C due to its success and ubiquity.

  10. The C Programming Language - Wikipedia

    C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming.