#include int main(void) { int tmp = 254; char tmpchar; tmpchar = (char)tmp; printf("char value is %d\n", int(tmpchar)); return 0; }