Predict the output for the following code?
#include<stdio.h>
int main()
{
    float a=0.7;
    if(0.7>a)
       printf("Hi\n");
    else
       printf("Hello\n");
    return 0;
   
}


Posted on by