Wednesday, February 11, 2015

Can you guess output ?

can u guess output of
Main()
{
int i=5;
printf("%d %d %d",++i,i,i++);
}

No comments:

Post a Comment