What is the output of this C code?
double i; int main() { printf("%g\n",i); return 0; }
Answer: B
No answer description available for this question.