Question 15
Which of the following statements about pointers is/are true?
A pointer can be incremented to point to the next memory location of its type.
A pointer variable cannot be reassigned after initialization.
Dereferencing a pointer gives the value stored at the memory address it holds.
Dereferencing a pointer gives the memory address it holds.