Question

Which of the following statements is false?
(a) Pointers should not be left uninitialized.
(b) When you use free to deallocate dynamically allocated memory, the pointer passed to free is set to NULL.
(c) Undefined behavior occurs when you attempt to use free to deallocate dynamic memory that was already deallocated
(d)Function malloc returns NULL if it's unable to allocate the requested memory.

Answer

This answer is hidden. It contains 3 characters.