Top

Discussion

What is the output of this C code?

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

 

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

Answer:

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

Post your comment