Which is the correct output?
#include <stdio.h>
main()
{
float i = 1.1;
double j=1.1;
if(i==j)
printf("Hi");
else
printf("Bye");
}
Answers
Answered by
0
Explanation:
I am sending you answer in ultra secret code language . It's encrypted. Decode it if you can .
"4m5wZ0UDD1YFeiRTtKlgB9QRb56xHA7pPnv8kbMJgAn3ACD9TK9GPBUCdIqNlVoaNaA7r0Lug67w0meJUL1ih2OZdMmx6gXBAJQV"
Similar questions