Computer Science, asked by nilesh30, 1 year ago

different bbetween finite loop and infinite loop

Answers

Answered by Anonymous
1
Finite loop is terminating loop ,means it have an end but infinite loop runs until the condition is not satisfied.
Answered by romanreigns12397
0

A function is set of instruction that perform some specific operation . There are two type of loops one is finite and other is infinite. A finite loop is one that end after finite runs and an infinite loop is one that never ends itself.

A finite loop ends itself. An infinite loop will not end without an outside cause.

Similar questions