Top

Discussion

What value will be stored in z if the following code is executed?

main()
{
int x = 5; y = -10, z;
int a = 4, b = 2;
z = x+++++y * b/a;
}

 

  • A.-2
  • B.1
  • C.2

Answer: C

No answer description available for this question.

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

Post your comment