About 2,610,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 …

  2. 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. If …

  3. Operators in C and C++ - Wikipedia

    Most of the operators available in C and C++ are also available in other C-family languages such as C#, D, Java, Perl, and PHP with the same precedence, associativity, and semantics.

  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. C syntax - Wikipedia

    C code consists of preprocessor directives, and core-language types, variables and functions; organized as one or more source files. Building the code typically involves preprocessing and …

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

  7. ANSI C - Wikipedia

    ANSI C, ISO C, and Standard C are successive standards for the C programming language published by the American National Standards Institute (ANSI) and ISO/IEC JTC 1/SC 22 /WG …

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

  9. List of C-family programming languages - Wikipedia

    Many of these 70 languages were influenced by C due to its success and ubiquity. The family also includes predecessors that influenced C's design such as BCPL. Notable programming …

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

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

  12. A Brief Introduction to the C Programming Language - MUO

    Dec 16, 2021 · Learning C programming will give you an understanding of essential computer functionalities like memory management, allocation, computer architecture, etc. Another …

  13. GitHub - theokwebb/C-from-Scratch: A roadmap to learn C from ...

    CS107 reader includes a primer on C along with lots of other useful information related to the language and computer science. I stumbled upon this gem shortly after I first made this post in …

  14. A damn stupid thing to do”—the origins of C - Ars Technica

    Dec 9, 2020 · In one form or another, C has influenced the shape of almost every programming language developed since the 1980s. Some languages like C++, C#, and objective C are …

  15. RanitManik/C-Tutorial-codewithharry - GitHub

    Welcome to the C Programming Tutorial by CodeWithHarry! This repository is a comprehensive guide and resource for learning C programming from Harry sir. Dive into the world of C with …

  16. Embed-Threads/Learn-C - GitHub

    Whether you're an absolute beginner or looking to enhance your skills, these books will guide you through the intricacies of C programming. 1. C Programming Absolute Beginner’s Guide. …

  17. C - Simple English Wikipedia, the free encyclopedia

    Pronunciation The letter "C" is pronounced as /k/, which is similar to K or Q (u). It is sometimes said as /s/. The letter "C"'s name in English is "cee" (said as /ˈsiː/). Occasionally, the letter may …

  18. C (disambiguation) - Wikipedia

    C is the third letter in the Latin alphabet. C or c may also refer to: C, the unofficial designation used by the U.S. Navy classification for Protected Cruisers and Peace Cruisers before the …

  19. C23 (C standard revision) - Wikipedia

    Unlike C++, C23 allows type inference only for object definitions (no inferring function return type or function parameter type).

  20. C++ - Wikipedia

    C++[b] is a high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup.