C: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added a small summary of the language [citation from Wikipedia])
m (Added Category)
Line 1: Line 1:
[[Category:C]]

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



Revision as of 18:17, 25 January 2007


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.