When you try to divide by 0, the universe breaks down.
Learn more about the Infinite Loop Theorem
int x = 5;
int y = 0;
if (y == 0) {
// The math police will get you for this.
printf("Error 42: Division by zero is not allowed, you madman!");
}
Just for fun, let's see what happens: