/in/foo.c: In function 'main':
/in/foo.c:8:15: error: 'a' undeclared (first use in this function)
scanf("%d",&a[i]);
^
/in/foo.c:8:15: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:13:5: error: expected expression before 'int'
int temp=a[j];
^~~
/in/foo.c:13:18: error: stray '\357' in program
int temp=a[j];
^
/in/foo.c:13:19: error: stray '\274' in program
int temp=a[j];
^
/in/foo.c:13:20: error: stray '\233' in program
int temp=a[j];
^
/in/foo.c:14:16: error: stray '\357' in program
a[j]=a[j+1];
^
/in/foo.c:14:17: error: stray '\274' in program
a[j]=a[j+1];
^
/in/foo.c:14:18: error: stray '\233' in program
a[j]=a[j+1];
^
/in/foo.c:16:11: error: stray '\357' in program
}
^
/in/foo.c:16:12: error: stray '\275' in program
}
^
/in/foo.c:16:13: error: stray '\235' in program
}
^