Science, asked by raunakjaiswal1166, 4 months ago

What do we call that loop,
which does not contain an
increment or decrement
statement?​

Answers

Answered by akshatrauthan
0

Answer:

FOR LOOP

Explanation:

Answered by Anonymous
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