Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Challenge
1
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.
28
Name:
Anonymous
2009-06-17 17:14
char i = 1;
while( i++ ) printf( "%b\n", i );
return 0;
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List