Pointers Intro

Pointers Video
Swap example (code)

Pointer Arithmetic

pg 32, two ways to print an array
pg 34 without answers
Answers and more to Notes to page 34

Some extra videos about pointers (not mine): Here

Function pointers

My video on function pointers
Code
Intro to function pointers
pg 48 (parameterized bubble sort)

Some extra videos about function pointers (not mine): Here