predict o/p

int main()
{

int i =2;
int c = (i!=0)?(i!=1)?(i!=2)?(-2):(-3):(-4):(-5);
printf("%d",c);
return 0;
}

Comments

Post a Comment

Popular posts from this blog