Predict the output
#includestdio.h
int main()
{
char c=246;
c=c+11;
printf("%d",c);
return 0;
}

Posted on by