Define :-
a) Null loop
b) Delay loop
Answer fast...
Answers
Answered by
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
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