nerdexam
Microsoft

98-372 · Question #146

Why do managed languages use references and not pointers?

The correct answer is A. Pointer notation requires more characters than reference notation. See the full explanation below for the reasoning.

Question

Why do managed languages use references and not pointers?

Options

  • APointer notation requires more characters than reference notation.
  • BNull pointers can lead to run-time errors.
  • CPointers are not type-safe.
  • DPointers are stored by using a fixed amount of memory.

How the community answered

(22 responses)
  • A
    73% (16)
  • B
    9% (2)
  • C
    14% (3)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 98-372 Practice