Lecture 5: More C Strings

We will look at the underlying memory representation of C strings.


Video 1: String Searching and Spans

We will learn about a few more built-in string functions.

We will now introduce "span functions" which are a little funky but will be useful down the road.

Video 4: Pointers

Video 5, 6, 7: Strings in Memory