C Programming
(Redirected from C)
- For technical reasons, "C#" redirects here. For the programming language C#, see C Sharp.
![]() |
Wikibooks has a book on the topic of C Programming. |
![]() |
Completion status: About halfway there. You may help to clarify and expand it. |
![]() |
Educational level: this is a tertiary (university) resource. |
![]() |
Subject classification: this is an information technology resource. |
Introduction[edit | edit source]

C is one of the most widely used programming languages in the world.[1] Therefore, C is a common choice for people wanting to learn how to program. This course assumes no previous programming experience and will guide you through all of the aspects of programming in C.
The course will roughly follow the C Programming book at Wikibooks as well as provide supplementary reading material for each lesson primarily through Wikipedia. Exercises will be given at the end of each course along with possible solutions. It is highly recommended that all of the exercises be worked because programming is learned by doing, not just reading.
Lessons[edit | edit source]
- Before You Start
- Introduction
- Variables
- Operators
- Basic Output
- Flow Control
- Functions
- Arrays
- Pointers
- Strings
- Structs
- Input and Output
- Memory Management
- Preprocessors
Additional resources[edit | edit source]
See also[edit | edit source]
External Resources[edit | edit source]
References[edit | edit source]
- ↑ "Programming Language Popularity". 2009. Archived from the original on 7 January 2009. Retrieved 16 January 2009.