Predict the output or error(s) for the following:
main()
{
float me = 1.1;
double you = 1.1;
if(me==you)
printf("I love U");
else
printf("I hate U");
}
c-language
computer-science
programming-c
puzzle
Dec 27, 2017 08:26:57 UTC