What will be the output of this code Snippet?
#includestdio.h
int main()
{
int i = 2;
i= ++i + i++;
if(i=5; i++);
printf("get the code");
else
printf("got the code");
}

Posted on by