Originaler Abschnitt aus strange.c
strange.c
switch(y) { case 1: answer = "A"; case 0: answer = "B"; default: answer = "C"; }