Predict the output
   #include stdio.h
void main()
{
float x = 0.1;
if (x == 0.1)
printf(" Davangere");
else
printf("belagavi");
}

Posted on by