Which of the following is a common pointwer problem ?
A. Data sharing errors
B. Accessing data elements of the wrong type
C. Attempting to use memory areas after freeing them
D. All of the mentioned
Explanation: These are the common errors programmers make while coding.