#includestdio.h
int main()
{
char var1=128;
char var2=-128;
printf(“%s%s”, var1,var2);
return 0;
}
What is the output

Posted on by