What is the output of this C code?
static int x; void main() { int x; printf("x is %d", x); }
Answer: B
No answer description available for this question.