Multiple choice

Which of the following is a true statement about pointers?

  1. They are always 32-bit values.

  2. For efficiency, pointer values are always stored in machine registers.

  3. With the exception of generic pointers, similarly typed pointers may be subtracted from each other.

  4. A pointer to one type may not be cast to a pointer to any other type.

  5. With the exception of generic pointers, similarly typed pointers may be added to each other.

Reveal answer Fill a bubble to check yourself
E Correct answer