Why do managed languages use references and not pointers?
A.
Pointer notation requires more characters than reference notation.
B.
Pointers are stored by using a fixed amount of memory.
C.
Pointers are not type-safe.
D.
Null pointers can lead to run-time errors.