What is the output of this code
    #include stdio.h
#include math.h
int main ()
{
int param, result;
int n;
sook = 2.0;
result = frexp (sook, &n);
printf ("%d \n", sook);
return 0;
}

Posted on by