So, I just studied the Arrays material and got a problem... I got this following code:
int a[5]; int i; for(i=0; i<=10; i++) {
C does not perform array bounds checking.