Notes from 02.22, CISC181 1.25pm We covered recursion... review Chapter 13 in Savitch if you missed the lecture. You can also make up this lecture Friday 02.24 at 2:30pm, or come then to hear it again. Friday we'll talk about addresses/pointers... we'll start with how to write a recursive version of: int printArray(int n, int a[]); There are two ways.. one involving pointers, and another not involving pointers.