60
edits
Changes
→Memory Errors
This problem occurs when the program attempts to read from a variable that has not been initialized.
===Mismatched allocation/deallocation===
this is when attempting to delete memory already deleted or allocate already allocated memory
==Threading Errors==