Next The Identity Function 18

Dynamic Allocation

        a[i]  ===  *(a+i)
        a[i]  ===  *(address(a) + i x SIZE)


Next Copyright © 2001 M. J. Dominus