How does one determine where the mistake is in the code that causes a segmentation fault?
Can my compiler (gcc
) show the location of the fault in the program?
How does one determine where the mistake is in the code that causes a segmentation fault?
Can my compiler (gcc
) show the location of the fault in the program?