What do we call that loop,
which does not contain an
increment or decrement
statement?
Answers
Answered by
0
Answer:
FOR LOOP
Explanation:
Answered by
4
It is possible to have a for loop without statement/s as shown below. In this the for loop will perform the Initialization, checking Termination condition and increment/decrement operation and then will exit the loop.
Similar questions
Computer Science,
2 months ago
Social Sciences,
2 months ago
Social Sciences,
4 months ago
Math,
4 months ago
Math,
9 months ago
Math,
9 months ago
Social Sciences,
9 months ago