What is the output of the following code?
#includestdio.h
void main()
{
int i, j;
i=100;
i= &j;
printf("%d",*i);
}

Posted on by