Kizspy | Question: 35
(Choose 1 answer)
What is incorrect about pointer?
A. Pointers are containers for storing data values, like numbers and characters.
B. If one variable contains the address of another variable, the first variable is said to point to the second variable
C. A pointer provides an indirect method of accessing the value of a data item
D. Pointers can point to variables of other fundamental data types like int, char, or double or data aggregates like arrays or structures