Computer Applications
How many times the loop, for (i=1; ;i++), will execute, if there is no statement to terminate the loop?
- 1
- 0
- infinite
- none
Java Iterative Stmts
29 Likes
Answer
infinite
Answered By
3 Likes
Related Questions
Which of the following loop checks the condition first and then execution begins?
To find the sum of whole numbers upto 10, a loop runs:
Which of the following statements uses a case called default?
A loop statement is given as:
for(i=10;i<10,i++) { Statement }
For how many times will the given loop statement be executed: