Computer Science, asked by Queen0441k, 1 year ago

Define :-
a) Null loop
b) Delay loop

Answer fast...​

Answers

Answered by ayan98542
2

Null loop - Loops with No Body

Delay loop-Time Delay Loops. Time delay loops are often used in programs. These are loops that have no other function than to kill time


ayan98542: thanks
Answered by rohan2492
2
Time delay loops are often used in programs. These are loops that have no other function than to kill time. Delay loops can be created by specifying an empty target statement. For example: ... The semicolon that terminates the line is necessary because the for expects a statement
Similar questions