Question 2

· unclassifiedP · Verified PYQ

What will be the output of the following pseudo code Integer x,y,z x=2 y=1 z=5 Do Print z– while((x & y)|| (z+1)) End loop

  • A. 5 4 3 2 1 0
  • B. 5 4 3 2 1 1
  • C. 4 3 2 1 0 0
  • D. 4 3 2 1 1 1

Answer: Option A

← Question 2Question 20 →
Report an issue with this question