Question 14
Consider the following code snippet.
What will be the value of x, y and z after executing the given code snippet?
x = 2, y = 4, z = 1
x = 2, y = 4, z = 0
x = 2, y = 3, z = 1
x = 2, y = 3, z = 0
Consider the following code snippet.
What will be the value of x, y and z after executing the given code snippet?
x = 2, y = 4, z = 1
x = 2, y = 4, z = 0
x = 2, y = 3, z = 1
x = 2, y = 3, z = 0
Correct answer
x = 2, y = 3, z = 0
Question 14 of 18 in the IIT Madras BS Programming in C (Programming in C) Quiz 1 paper sat on 29 Oct 2023, in the September 2023 term (IIT M DEGREE AN2 EXAM QPE2 29 Oct 2023). It carries 3 marks.