What is the output of the following program? 
#include<stdio.h>
int main()
{
char c=125;
c=c+10;
printf("%d",c);
return 0;
}

Posted on by