Top

Discussion

What is the output of this C code?

static int x;
    void main()
    {
        int x;
        printf("x is %d", x);
    }

 

  • A.Junk value
  • B.Run time error
  • C.Nothing

Answer: B

No answer description available for this question.

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

Post your comment