What will be the output of the following?

#includestdio.h
int main()
{
int var= 2.4;
printf("%f", var);
return 0;
}





Posted on by