What will be the output of the program
#includestdio.h
void main()
{
char x;
int y;
x=100;
y=125;
printf("%c\n",x);
printf("%c\n",y);
printf("%d\n",x);
}


Posted on by