Find out the output of the given program or error if any.
static int i=10;
i=20;
int main()
{
printf(%d,i);
return 0;
}
Reveal answer
Fill a bubble to check yourself
Find out the output of the given program or error if any.
static int i=10;
i=20;
int main()
{
printf(%d,i);
return 0;
}