Top

Discussion

What is the output of this C code?

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

 

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

Answer:

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

Post your comment