Category:C: Difference between revisions

C1x
No edit summary
(C1x)
Line 18:
* '''C89''' (often called '''[[ANSI]] C''') is the version of C standardized by ANSI in 1989. It is the most commonly used and supported version of the language. The term "C" usually refers to C89 or C90.
* '''C90''' (often called '''[[ISO]] C''') is a minor improvement to C89, standardized by ISO in 1990. Most C compilers support it by default.
* '''C99''' is a significant improvement, adopting many features of [[C++]] and standardizing common compiler extensions. It was standardized by ISO in 1999, and by ANSI in 2000. It is not completely supported by mostmany, if any, compilers, but manymost of its features are available in [[GCC]]. [http://gcc.gnu.org/c99status.html]
* '''C1x''' is a version in development. Some of its features are available in GCC. [http://gcc.gnu.org/gcc-4.6/changes.html#c]
 
==Citation==