C-Programming Language
Caution: The use of this site will cause increased understanding of concepts and will lead to higher grades! So be careful.
Welcome to C! which is a powerful computer programming high level language, that is appropriate for technically oriented people with little or no programming experience and for experienced programmers to use in building substantial information systems. The C language was evolved from B by Dennis Ritchie at Bell Laboratories and was originally implemented on a DEC PDP-11 computer in 1972. C initially became widely known as the development language of the UNIX operating system. Today, virtually all new major operating systems are written in C and/or C++. C is available for most computers. C is mostly hardware independent. With careful design, it’s possible to write C programs that are portable to most computers.