>>21
Not valid ISO C code. Try -Wall or -pedantic one of these days. You'll notice that
a) your screen will be flooded with warning messages and
b) your whole source code will be unmaintainable like a steaming pile of shit without proper variable declarations.
But I guess this was just an academic example anyway, right? You wouldn't really write such code, RIGHT?