About 3,140,000 results
Open links in new tab
  1. c - What does tilde (~) operator do? - Stack Overflow

    If you need to look up a symbol or operators for a particular programming languages, it's best to simply search for the language (like "C++ programming language").

  2. The Definitive C Book Guide and List - Stack Overflow

    This question attempts to collect a community-maintained list of quality books on the c programming language, targeted at various skill levels. C is a complex programming language …

  3. What is the difference between += and =+ C assignment operators

    The first edition of The C Programming Language by Kernighan and Ritchie, published in 1978, shows the modern -=, +=, et al, but mentions the older forms under "Anachronisms".)

  4. What are the major differences between ANSI C and K&R C?

    The "ANSI C" dialect superceded "K&R C" and subsequent editions of "The C Programming Language" adopt the ANSI conventions. "K&R C" is a "dead language," except to the extent …

  5. Names of the C family of languages - Stack Overflow

    Jan 23, 2012 · It stems from C's "++" operator (which increments the value of a variable) and a common naming convention of using "+" to indicate an enhanced computer program. There is …

  6. What is the difference between C, C99, ANSI C and GNU C?

    May 22, 2017 · C is a general-purpose programming language initially developed by Dennis Ritchie between 1969 and 1973 at AT&T Bell Labs. C99 is a standard of the C language …

  7. How to initialize a struct in accordance with C programming …

    How to initialize a struct in accordance with C programming language standards Asked 17 years ago Modified 3 months ago Viewed 1.4m times

  8. Is there something like the official C documentation?

    I'm looking for the documentation of all the syntax and built-in functions in C, but I can't find any site online which seems like an ultimate official source of standard C knowledge. Apart from …

  9. Is the C programming language object-oriented? - Stack Overflow

    May 20, 2017 · C is a general-purpose, imperative language, supporting structured programming. Because C isn't object-oriented, therefore C++ came into existence in order to have OOP …

  10. strong typing - Is C strongly typed? - Stack Overflow

    None of these terms are connected in any way with the number of implicit conversions available in a language. If you want to talk precisely about programming languages, it is best to avoid the …