Question 10
If (R[1] >= 0), go to Step 3
If (R[1] > 0), go to Step 3
If (R[1] >= 0), go to Step 7
If (R[1] > 0), go to Step 7
If (R[1] >= 0), go to Step 3
If (R[1] > 0), go to Step 3
If (R[1] >= 0), go to Step 7
If (R[1] > 0), go to Step 7
Correct answer
If (R[1] > 0), go to Step 3
Question 10 of 16 in the IIT Madras BS Programming in C (Programming in C) Quiz 1 paper sat on 25 Feb 2024, in the January 2024 term (IIT M DEGREE AN2 EXAM QDB2 25 Feb 2024). It carries 4 marks.