Segmentation Fault Error in Linux While Compiling Program Codes
I was writing a program for class using gedit as the text editor, coding in C++, and compiling with g++, but I am getting this error when I run it:
Segmentation fault (core dumped)
I want to know, what does it mean, what could be the probable reason, and how can it be solved?








