Top

Discussion

What is the output of this C code?

void main()
    {
        int x;
    }

here x is?

  • A.automatic variable
  • B.static variable
  • C.global variable
  • D.register variable

Answer: A

No answer description available for this question.
 

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

Post your comment