Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Challenge

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.

Name: Anonymous 2009-06-15 15:40

for(char i=0;i<256;i++){for(char j=0;i<8;j++){printf("%i",i&1);i>>1}printf("\n");}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List