What is the output of the following C Code?!
#include stdio.h
void main()
{
int i=2,j=0;
{
int i=2, j=0;
printf("%d %d", i, j);
}
printf("%d %d", i, j);
}


Posted on by