Name: Anonymous 2009-06-15 14:23
Write a C program which outputs binary values of all possible bytes(0-255) as e.g. '00001011\n' in the least space.
i=7? I mean 1<<1 doesn't result in 1. Also use 48 and 49 instead of 0 and 1 for further shortening.