Category:C: Difference between revisions

Added a direct link to C++ page in case users are looking for it
(Added Codepad)
(Added a direct link to C++ page in case users are looking for it)
Line 1:
{{language|C}}{{Codepad}}<div class="messagebox">Due to technical limitations, the link [[C sharp|C#]] points to here in some articles. To correct this issue, replace <nowiki>[[C#]] with [[C sharp|C#]]</nowiki></div>
<div class="messagebox">C++ links temporarily (and accidentally) bring you here. If you got here looking for the C++ page, take the direct route [http://rosettacode.org/w/index.php?title=Category:C%2B%2B here].</div>
 
'''C''' is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the [[Bell Labs|Bell Telephone Laboratories]] for use with the [[UNIX]] operating system. It has since spread to many other [[:Category:Platforms|platforms]], and is now one of the most widely used programming languages. C has also greatly influenced many other popular languages, such as [[C++]] and [[Objective-C]], which were originally designed as enhancements to C. People are so familiar with its syntax that many other languages such as [[AWK]], [[PHP]], [[Java]], [[JavaScript]], [[D]], and [[C Sharp|C#]] deliberately used its "look and feel". C is the most commonly used programming language for writing system software, though it is also widely used for writing applications. [[C]] is the ''lingua franca'' of the [[open source]] community.
 
Anonymous user