Review Session 4 Arrays declare dimension dimensioning element index (n) index (v) indexing index operator initialize What is an array? What is so special about an array? Arrays are stored in contiguous memory How big is an array? The sizeof operator Indexing The index operator Why is the index operator so special? It can act as an r-value operator or and l-value operator assignment operator a = b Arrays and for loops Pass an array to a function "An array's name is its address" (profound statement) Why is it common to pass the size of an array along with the array to a function?