C

For technical reasons, "C#" redirects here. For the programming language C#, see C Sharp.

Welcome to the Wikiversity content-development project for the C computer language, part of the Division of Computer Programming.

Prerequisites

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.

Note to Students and Prospective Contributors

It has been some time since this course has been updated and expanded on, and for some unknown reason I have a desire to start to work on it. The original author assumed the student would be using Turbo C. Since the online community is much more diverse on the types of operating systems in use, I feel it is more relevant to show examples and exercises using a number of different compilers and OSs (Clang for FreeBSD, GCC for Linux, Dev-C++ with MinGW for Windows, GCC and XCode for the Mac OS, and Ideone are my choices). Another alternative is Visual Studio Community 2015 which can be found here - https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx

Lessons

Completion status: Almost complete, but you can help make it more thorough.
Educational level: this is a tertiary (university) resource.
Resource type: this resource is a course.
Subject classification: this is a technology resource .

References

  1. "Programming Language Popularity". 2009. Retrieved 16 January 2009.
This article is issued from Wikiversity - version of the Thursday, March 03, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.