Outline of the C programming language

Last updated

The following outline is provided as an overview of and topical guide to C:

Contents

C is a general-purpose programming language, procedural programming language, compiled language, and statically typed programming language. It was created by Dennis Ritchie in 1972 at Bell Labs as a successor to the B programming language. [1]

What type of language is C?

C can be described as all of the following:

History of C

General C concepts

Issues / Limitations

C Toolchain

C compilers

C libraries

C Standard Library

The C standard library provides fundamental routines for: [15]

Other notable libraries

Notable projects written in C

Example source code

C publications

Books about C

Magazines about C

C programmers

C dialects

C learning resources

Competitive programming

See also

Outlines of other programming languages

References

  1. "Introduction to C". W3Schools.
  2. "C Programming Language - FASRC DOCS". docs.rc.fas.harvard.edu. April 29, 2024.
  3. "What is C (programming language)? | Definition from TechTarget". SearchWindows Server.
  4. Ritchie, Dennis M. (1988). The C Programming Language (2nd ed.). Prentice Hall. ISBN   0-13-110362-8.
  5. "Standard in C". GeeksforGeeks. January 10, 2014.
  6. "Callbacks in C". GeeksforGeeks. October 18, 2017.
  7. "Control flow statements in Programming". GeeksforGeeks. March 4, 2024.
  8. "C Control Flow Examples". www.programiz.com.
  9. "Enumeration (or enum) in C". GeeksforGeeks. October 31, 2014.
  10. "Functions in C". GeeksforGeeks. October 9, 2022.
  11. "C/Recursion". www.cs.yale.edu.
  12. "Static Variables in C". GeeksforGeeks. July 3, 2015.
  13. "Integralist". www.integralist.co.uk.
  14. "Security issues in C language". GeeksforGeeks. November 10, 2021.
  15. "C Library Functions". GeeksforGeeks. July 18, 2021.
  16. "C Programming Tutorial". cprogramming.com.