Pointers

Matching exercise

    
Match the items on the right to the items on the left.
variables that are used to store addresses
&x[i]
Local variables are stored in an area called
dynamic memory allocation functions, header file
A functions allocates multiple blocks of memory, each block of the same size
Pointers
*(x+i)
stack
stlib.h
calloc()