Predict the output of following code
#includestdio.h
int main()
{
int i=1;
if(i==-1)
printf("CSE");
else
printf("AIML");
return 0;
}


Posted on by