Computer Applications
A loop statement is given as:
for(i=10;i<10,i++)
{
Statement
}
For how many times will the given loop statement be executed:
- never
- 1 time
- 10 times
- infinite
A loop statement is given as:
for(i=10;i<10,i++)
{
Statement
}
For how many times will the given loop statement be executed: