#include int main(void) { char x = 130; if (x > 0) printf("I'm positive!\n"); else printf("Not sure...\n"); return 0; }