Computer Science, asked by raghvendrabajpai29, 4 hours ago

51. The statement i++; is equivalent to
(A) i=i+i;
(B) i = i + 1;
(C) i=i-1;
(D) i-​

Answers

Answered by CoderRishav
1

Answer:

i++ is equivalent to, i = i + 1

answer is (B)

Answered by BrainlyGovind
2

b)

is the correct answer

hope it helps you ✌

Similar questions