All Examples (including class examples)

Basic output (printf)
Basic I/O
Printing out memory addresses
Basic Arithmetic (w/ IO)
Decision Making (if/else)
Decision Making (switch)
Simple while loop
Yet another while loop
do...while loop
simple For loop
Nested For Loop
Nested For loop with break
Nested for loop with continue

Functions

Fahrenheit to Celcius (with function)
cube
paycheque (hw1 with function to print the paycheck)
Case Toggle
Case Toggle 2 (with a boolean function)

Arrays

My first Array :)//*fills up an array and prints out its contents*/
Case Toggle
Compute Average/*computes the average of numbers in an array*/
Max and Min/*functions to compute max and min values in an array*/
Array with several functions

Character Array stuff

Case Toggle (char array version)
Test for palindrome