10/10/05 Lecture Notes, CISC181 (1) Array initializers... we wrote them on the board, hopefully you wrote the rules down, if not, check your textbook. (2) Printing the values from an array: (a) iteration Side-issue: use const char * const name to declare "name" as a formal parameter to a function where you are going to use something like "a" or "Fred" (i.e. a string literal) as the actual parameter. (b) recursion