What is the output of the following code?
int main()
{
int var = 3.5;;
printf("%f", var);
return 0;
}

Posted on by