01 - Introduction to C
Welcome to CSCA48! This week covers a general Introduction to C from Python.
02 - Memory Model, Arrays, and Strings
This week covers the underlying memory model of system programs and how arrays of different data types are represented in the C language.
© Will Song
03 - Pointer & Pointer Usage
This week covers what pointers are and how they are used to share data across several different functions.