Procedure Activations

Chapter 5

void main()

{

int a[20], j;

j = 2; a[j] = 99;

swap(j,a[j]);

}

Activation records

void f()

{

.

.

.

.

{

.

.

.

{

.

.

.

}

}

}