here may be more than one correct answer(s). Select all that applies. Which of the following about a pointer is FALSE?

Group of answer choices
A. An integer pointer (p) pointing to another integer pointer has this syntax: int** p
B. A NULL pointer does not point to any variable at run time.
C. A pointer has a type associated with it.
D. A void pointer can be dereferenced.​
E. A pointer has an address in memory at run time.