Shodor

a national resource for computational science education

HOME BWPEP Shodor Blue Waters

C: Review and Refresher

C (pronounced "SEE") is a general-purpose computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system. Although C was designed for implementing system software, it is also widely used for developing portable application software. C is one of the most popular programming languages and there are very few computer architectures for which a C compiler does not exist. C has greatly influenced many other popular programming languages, most notably C++, which originally began as an extension to C.

Resources:

C Refresher Slides.pdf : A Brief Refresher of the C Programming Language.

C Refresher Notes.pdf : Notes on A Brief Refresher of the C Programming Language.