the structure which can execute zero or more time is called
Answers
Answered by
0
Answer:
The structure which can execute zero or more time is called Repetitive control structures.
Explanation:
Iterative structures, also known as repetitive control structures, are collections of code that are meant to repeat a set of linked statements. This repetition (or iteration) can occur zero or more times before stopping due to a control value or condition. The repetition statement is used to repeat a set of programming instructions (a block).
#SPJ3
Similar questions