Notes on C Programming

C is a high level programming language used today in multiple applications. It was designed in 1972 for use in UNIX development. ANSI (American National Standards Institue) C is the standard today.

Table of Contents:

Basic Elements of C
Input and Output
Math
Logic Control
Looping
Functions
Arrays
Strings
Pointers
Structures
Command Line Arguments
File I/O