Generally it means that you are asking your code to access a memory address that is not valid. This often happens when you try to access elements outside of your array or if you try to dereference a pointer that does not point to valid memory location.
↧