Top

Discussion

What is the value of x in this C code?    

void main()
    {
        int x = 4 *5 / 2 + 9;
    }

 

  • A.6.75
  • B.1.85
  • C.19
  • D.3

Answer: C

No answer description available for this question.

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

Post your comment