About 13,200,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. C Tutorial - W3Schools

    C is a general-purpose programming language that has been widely used for over 50 years. C is very powerful; it has been used to develop operating systems, databases, applications, etc.

  3. C Programming Tutorial - GeeksforGeeks

    Oct 13, 2025 · C is a general-purpose mid-level programming language developed by Dennis M. Ritchie at Bell Laboratories in 1972. It was initially used for the development of UNIX operating system, but it …

  4. Learn C Programming

    If you want to learn C for free with a well-organized, step-by-step tutorial, you can use our free C tutorials. Our tutorials will guide you through C programming one step at a time, using practical …

  5. The C programming language

    C is a general-purpose high-level programming language suitable for low-level programming, in other words: a system programming language. It stands out in terms of portability, interoperability, …

  6. C Tutorial

    C programming is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX …

  7. C is a general-purpose programming language with features economy of expression, modern flow control and data structures, and a rich set of operators. C is not a ``very high level'' language, nor a …

  8. What is C Programming Language? Basics, Introduction, History

    Aug 8, 2024 · ‘C’ is a structured programming language in which program is divided into various modules. Each module can be written separately and together it forms a single ‘C’ program.

  9. C language - cppreference.com

    Apr 26, 2025 · This is a reference of the core C language constructs.

  10. The C Programming Handbook for Beginners - freeCodeCamp.org

    Aug 29, 2023 · In this introductory chapter, you will learn the main characteristics and use cases of the C programming language. You will also learn the basics of C syntax and familiarize yourself with the …