Example

For the above procedures, entries for x, a and quicksort are created in the symbol table of sort. A pointer pointing to the symbol table of quicksort is also entered. Similarly, entries for k,v and partition are created in the symbol table of quicksort. The headers of the symbol tables of quicksort and partition have pointers pointing to sort and quicksort respectively |