Question

Which of these is not a common programming error?
a) Referring to memory that has been freed.
b) Freeing memory (with free) that was not dynamically allocated.
c) Assuming that the size of a structure is simply the sum of the sizes of its members.
d) Calling malloc in a statement without using sizeof.

Answer

This answer is hidden. It contains 3 characters.