Find the output

#include stdio.h
int main()
{
float f = 0.1;
if (f == 0.1)
printf("YES\n");
else
printf("NO\n");
return 0;
}

Posted on by