Computer Science, asked by swapnaautola099, 23 days ago

What is the output of the program? include iostreams using namespace stdy int main() fortint 1-3; 11=0; i-- cout<<<< --: a 3 b: Infinite Loop c. Error 0.321​

Answers

Answered by raghavappu5
1

Answer:

a) 3 is the answer.

Pls mark.as BRAINLIEST ANSWER

Answered by Hetcjoshi1684
1

Answer:

b : infinite

Explanation:

the reason is that there never exist a condition where 11 = 0 so this condition can never be fulfilled therefore making the loop infinite

Similar questions