Top

Discussion

What is the output of this C code?

double i;
    int main()
    {
       printf("%g\n",i);
       return 0;
    }

 

  • A.0.000000
  • B.Garbage value
  • C.Depends on the compiler

Answer: B

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment