What is the output
int main()
{
char c = 255;
c = c + 10;
printf("%d", c);
return 0;
}

Posted on by