About 2,210,000 results
Open links in new tab
  1. 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 …

  2. 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 extension to the C …

  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 , (the comma …

  4. 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 the resulting …

  5. Escape sequences in C - Wikipedia

    In the C programming language, an escape sequence is specially delimited text in a character or string literal that represents one or more other characters to the compiler. It allows a programmer to specify …

  6. Ç - Wikipedia

    Ç or ç (C-cedilla) is a Latin script letter used in the Albanian, Azerbaijani, Manx, Tatar, Turkish, Turkmen, Kurdish, Kazakh, and Romance alphabets. Romance languages that use this letter include …

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

    Solutions to the exercises in the book "The C Programming Language" (2nd edition) by Brian W. Kernighan and Dennis M. Ritchie. This book is also referred to as K&R. - ohkimur/the-c-programming …

  8. c-language · GitHub Topics · GitHub

    1 day ago · C is a programming language designed by Dennis Ritchie at Bell Labs. C is very widely used, straightforward, and can be compiled to a number of platforms and operating systems.

  9. C-- - Wikipedia

    C-- (pronounced C minus minus) is a C -like programming language, designed to be generated mainly by compilers for high-level languages rather than written by human programmers. It was created by …

  10. 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 you with the …