Hai friends, Have you ever compile a c or c++ program using cc or gcc compiler.Then sometimes you might stuck up with segmentation faults. Segmentation faults occurs when the program refers to an unallocated memory space. By default the compiler wont show by which instruction the segmentation fault occurs.So you have to go through your [...]
