Pointers to pointers is a term used to describe
a. Any pointer that points to a variable.
b. Any two pointers that point to the same variable.
c. Any two pointers that point to variables of the same type.
d. Pointers used as formal parameters in a function header.
e. Pointers whose contents are the address of another pointer.