Hi,
Here's a wierd situation..
unsigned char c;
for(c=0;c<=255 ; c++)
printf("%c",c);
the above code gives an infinite loop in C !!!
whereas, if i print
unsigned char c=255;
prinf("%c",c);
the code works fine...
Somebody , help me get a work around,
Thanks and Regards,
Shoubhik Bose.
--
You received this message because you are subscribed to the Google Groups
"google-codejam" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-code?hl=en.