What is the output of the following program?
#include <stdio.h>
int main()
{
    float a;
    a = sizeof(!1.1);
    printf("%f",a);
}


Posted on by