| Listing |
File |
Notes |
|---|---|---|
| 1 | basics1.c | printf example |
| 2 | basics2.c | Scoping rules |
| 3 | basics3.c | Add function |
| 4 | basics4.c | if-statements and loops |
| 5 | basics5.c | Data sizes |
| 6 | basics6.c | Address operator |
| 7 | indirection.c | Showing pointers to pointers |
Thank you to my colleagues Professors Mike Shah, Laney Strange and Nate Derbinski for their assistance, templates and the code I used to create this page.