Pointers to pointers is a term used to describe Any pointer that points to a var
ID: 3694712 • Letter: P
Question
Pointers to pointers is a term used to describe
Any pointer that points to a variable.
Any two pointers that point to the same variable.
Any two pointers that point to variables of the same type.
Pointers used as formal parameters in a function header.
Pointers whose contents are the address of another pointer.
Any pointer that points to a variable.
Any two pointers that point to the same variable.
Any two pointers that point to variables of the same type.
Pointers used as formal parameters in a function header.
Pointers whose contents are the address of another pointer.
Explanation / Answer
pointers whose contents are the address of another pointer