It doesn't come out as that. The output is on the page I linked to:
ii=0
%=12
12=-1079093808
at which point the program crashes.
The first line is just some starting value of ii.
The second line is pretty clear.
The third line is the value off ii, and then a random value because the code doesn't provide a value to output, and then a crash.
%=%d does not come out.
I expect you're using an ancient, bug-ridden C compiler. Switch to something made in the last decade.