Lecture 2

Readings (Do Before Class)


Slides (Look at During Class)

In-Class Activity or Lab (Toward the end of Lecture)

Code

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

Additional Resources

Please look over these curated links.

Acknowledgements

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.