What are the probable reason of 'Segmentation fault (core dumped)' error during compilation of C?
Want solve the "Segmentation Fault" error in C program? Unable to get through the Core Dumped error message? Check this Ask experts thread to get solutions to your problem.
I am using Ubuntu 14.04 and running my C programs in g++ compiler. I am getting error while compiling the program written in C. The message says, "Segmentation fault(core dumped)". What are the probable reason behind this error? Please let me know how to rectify the issue.