The output will be
#include stdio.h
int main()
{
float f = 2;
if (f == 2)
printf("True");
else
printf("False");
}

Posted on by