Q. A variable P is called pointer if (Solved)
1. P points to the address of first element in DATA
2. P can store only memory addresses
3. P contain the DATA and the address of DATA
4. P contains the address of an element in DATA.
- d. P contains the address of an element in DATA.