What is the output of the program
#include stdio.h
int main()
{
float g = 0.53;
if (g == 0.53)
printf("True");
else
printf("False");
}

Posted on by