/bin/run.sh: line 4: 18 Segmentation fault (core dumped) ./exe
What is this error
Hey @guptanikhil898
segmentation fault means you are accessing an value which do not exist.
for example if you are accessing an index in an array which do not comes under the array size.
Hope this resolved your doubt.
Remember to mark it as resolved in my doubts
section 