Study the following program fragment

What will be the output of this program fragment?

int i = 263;  
putchar(i);

Posted on by