Computer Science 433
Programming Languages

Fall 2012, The College of Saint Rose

Lecture 5: Advanced C Programming
Date: Wednesday, September 12, 2012

Agenda

Lecture Assignment 5

Due at the start of class, Monday, September 17.

Please submit answers to these questions either as a hard copy (typeset or handwritten are OK) or by email to terescoj AT strose.edu by the start of class. Please use a clear subject line when submitting by email (e.g., CSC 433 Lecture Assignment 5, Joe Student). We will discuss these questions at the start of class, so no late submissions are accepted.

The readings for next class are Sebesta Chapter 3. We will be covering much of that material over the next week or two.

  1. Describe in detail, or better yet, draw, the memory that is allocated to our program in the arrays example just before the free call at the end of the program (6 points).

Examples