Predict the output of the following!
#include stdio.h
int main()
{
int i=7;
int a=2,b=2, c=2,d=1,e=4;
i!=a=b=c=d=e;
printf("%d", i);
}



Posted on by