ANSI C: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added stub template)
No edit summary
Line 1: Line 1:
'''ANSI C''' is the standard published by the American National Standards Institute (ANSI) for the C programming language. Software developers writing in C are encouraged to conform to the requirements in the document, as it encourages easily portable code.
{{stub}}

==Citations==
* [http://en.wikipedia.org/wiki/ANSI_C Wikipedia:ANSI_C]


{{Programming Language}}
{{Programming Language}}

Revision as of 12:44, 25 January 2007

ANSI C is the standard published by the American National Standards Institute (ANSI) for the C programming language. Software developers writing in C are encouraged to conform to the requirements in the document, as it encourages easily portable code.

Citations

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.