RE (SIGSEGV)

when I submit my code it says RE (SIGSEGV)
what does it mean can anyone explain it …

Suppose you have declared an array arr[5] and your code tries to access arr[6] or any other invalid memory location, it gives SIGSEGV.

3 Likes