Question

Which of the following statements is false?
(a) Dereferencing NULL pointers typically causes programs to crash.
(b) If a function parameter points to a value that will not be changed by the function, const should be used to indicate that the data is constant.
(c) Attackers cannot execute code by dereferencing a NULL pointer.
(d)None of the above.

Answer

This answer is hidden. It contains 3 characters.