Description |
Program name |
The smallest compileable program |
smallest.c |
A small program that can be compiled but implemented with better style |
smallest2.c |
Formatting output |
output.c |
Getting text based input |
input.c |
Branching using an 'if' construct |
branch.c |
Branching using a switch construct |
switch.c |
A while loop in C |
loop.c |