Predict the output

int main()
{
int x=0;
if(x==printf(""))
printf("selva");
else
printf("Neo");
return 0;
}