I made a program that compiles and run at home.
Here in the university, the same program compiles but doesn't run.
It gives a message: 'Segmentation Fault (core dumped)' and a file called dump is created.
I only use the stdio.h and stdlib.h and I have tested the libraries before, and they worked.
What happened?
Here in the university, the same program compiles but doesn't run.
It gives a message: 'Segmentation Fault (core dumped)' and a file called dump is created.
I only use the stdio.h and stdlib.h and I have tested the libraries before, and they worked.
What happened?