� hi friends i have one problem can any body give me the solution #include<stdio.h>
int i=2;
void main()
{
int i=3;
{
i=10;
{
i=5;
{
printf();
}
}
}
}
wht can i write in printf so that the output will givethe value of i=3;
VIVEK
