What is the output of the following code?
#includestdio.h
int main ()
{
char b=255;
b=b+10;
printf("%d",b);
return 0;
}


Posted on by