Computer Science, asked by raghavsinghrajput14, 6 months ago

How many times will the loop , for (i=1; ; i++) execute, if there is no

statements used to terminate the loop?

Answers

Answered by kanheyalalmishra8
0

Answer:

0

Explanation:

as in the code it terminates at the initial stage so tge Loop nomore to continue

Similar questions