The definition of CC is one of the most popular computer
languages in the world, and quite
possibly the most popular. It is a
compiled langauge widely
supported on many platforms.
It tends to be more portable
than FORTRAN but less
portable than Java; it has been
standardized by ANSI as "ANSI C" -- older versions are called either
"K&R C" or "Kernighan and Ritchie C"
(in honor of C's creators), or sometimes just "classic
C". Fast and simple, it can be applied to all manner of
general purpose tasks. C compilers are made by several companies,
but the free GNU version (gcc)
is still considered one of the best. Newer C-like
object-oriented languages
include both Java and C++.
|
|