#include <stdio.h> int main(void) { unsigned char i = 255; i += 1; printf("%d\n", i);}
Standard input is empty
0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!