Article · Wikipedia archive · Last revised Jun 23, 2026

Outline of the C programming language

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

Last revised
Jun 23, 2026
Read time
≈ 3 min
Length
800 w
Citations
17
Source

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

C is a general-purpose, procedural, compiled, and statically typed programming language. It was created by Dennis Ritchie in 1972 at Bell Labs as a successor to the B 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:16

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

  • Codeforces – an online platform for programming contests that supports C submissions
  • Codewars – gamified coding challenges
  • HackerRank – competitive programming and interview preparation site with C challenges
  • LeetCode – online judge and problem-solving platform
See also

See also

Outlines of other programming languages

References

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. "USERS' REFERENCE TO B ON MH-TSS" (PDF). Nokia. 1973.
  5. Ritchie, Dennis M. (1988). The C Programming Language (2nd ed.). Prentice Hall. ISBN 0-13-110362-8.
  6. "Standard in C". GeeksforGeeks. January 10, 2014.
  7. "Callbacks in C". GeeksforGeeks. October 18, 2017.
  8. "Control flow statements in Programming". GeeksforGeeks. March 4, 2024.
  9. "C Control Flow Examples". www.programiz.com.
  10. "Enumeration (or enum) in C". GeeksforGeeks. October 31, 2014.
  11. "Functions in C". GeeksforGeeks. October 9, 2022.
  12. "C/Recursion". www.cs.yale.edu.
  13. "Static Variables in C". GeeksforGeeks. July 3, 2015.
  14. "Integralist". www.integralist.co.uk.
  15. "Security issues in C language". GeeksforGeeks. November 10, 2021.
  16. "C Library Functions". GeeksforGeeks. July 18, 2021.
  17. "C Programming Tutorial". cprogramming.com.
External links