What will be the output
#include<stdio.h>
int main()
{
    float a;
    
    a=0.4;
    if(a==0.4) 
    printf("Hi");
    return 0;
}


Posted on by