#include #include $input int num; void main(){ char c; int b = 256; c = (char)b; }