Question

Which statement is generally false?
a) Initializing pointers is optional.
b) Dereferencing an uninitialized pointer could lead to a fatal execution time error.
c) Deferencing an uninitialized pointer could accidentally modify important data.
d) Derefencing an uninitialized pointer causes a syntax error.

Answer

This answer is hidden. It contains 3 characters.