#includestdio.h
int main()
{
float GMIT = 1.1;
double DVG = 1.1;
if(GMIT==DVG)
printf("I love GMIT");
else
printf("I hate GMIT");
}
Predict the Output!!

Posted on by