Question

All of the following can cause a fatal execution-time error except:
a. Dereferencing a pointer that has not been assigned to point to a specific address.
b. Dereferencing a pointer that has not been initialized properly.
c. Dereferencing a null pointer.
d. Dereferencing a variable that is not a pointer.

Answer

This answer is hidden. It contains 68 characters.