C

From Rosetta Code
Revision as of 13:10, 25 January 2007 by rosettacode>CrashandDie (Added a small summary of the language [citation from Wikipedia])

Due to technical limitations, the links C++ and C# point to here in many articles. To correct this issue, replace [[C++]] with [[C plus plus|C++]], and [[C#]] with [[C sharp|C#]]

C is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system. It has since spread to many other platforms, and is now one of the most widely used programming languages. C has also greatly influenced many other popular languages, especially C++, which was originally designed as an enhancement to C. It is the most commonly used programming language for writing system software, though it is also widely used for writing applications.

Citation

Programming Language
This is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific.

Listed below are all of the tasks on Rosetta Code which have been solved using this programming language.