Computer Science, asked by malarharnar, 3 months ago

If 0 < i before the assignment i:=i-1 after the assignment, we can conclude
(a) oci
(b) 0 si
(c) i = 0
(d) 0 i​

Answers

Answered by sankarveera89
1

Answer:

option C

Explanation:

iteration 1 : let assume i =1

then 0<1 , before assignment now i=1;

after assignment i=1-1=0

now i=0

Similar questions