What is the output
main ()
{
int i = 2;
{
int i = 4, j = 5;
printf("%d%d”,i,j); 
}
printf("%d”, i);
}

Posted on by