predict the output:
#includestdio.h
int main()
{
char chr;
char = 12;
printf("%d\n", chr);
return 0;
}


Posted on by