What is the output of following

#includestdio.h
int main()
{
char b=255;
b=b+10;
printf("%d",b);
}

Posted on by