Answer the question
In order to leave comments, you need to log in
How to fix segmentation fault in Linux?
Debian of some devil gives a segmentation fault when running a simple program. How to remove this error?
Even such a simple program he cuts at the start:
#include <stdio.h>
int main(){
printf("Hello\n");
int a,b;
printf(" vvedite chislo a:");
scanf("%d",a);
printf("\n vvedite chislo b:");
scanf("%d",b);
printf("%d, %d",a,b);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question