Top

Discussion

What is the output of this C code  

void main()
    {
        unsigned int x = -5;
        printf("%d", x);
    }

 

  • A.Run time error
  • B.Varies
  • C.-5
  • D.5

Answer: C

No answer description available for this question.

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

Post your comment