M
manish sahu
what would be the output
if(3==3.0)
{
printf("HI");
}
else
{
printf("Bye");
}
op is HI
how 3==3.0 plz Explain
if(3==3.0)
{
printf("HI");
}
else
{
printf("Bye");
}
op is HI
how 3==3.0 plz Explain