What is the correct output of the following C code?
#include  stdio.h
int main()
{
signed char chr;
chr = 208;
printf("%d\n", chr);
return 0;
}


Posted on by