Which structure is called fixed execution structure?
Answers
Answer:
Please MARK me as BRAINLIST answer .
Explanation:
Loops are control structures used to repeat a given section of code a certain number of times or until a particular condition is met.
Looping structure is called fixed execution structure
Explanation:
Looping structure allows to execute a statement or group of statements multiple times.
For loop is a compact form of looping.
It is used to execute some statements repetitively for a fixed number of times.
It is also called as entry-controlled loop.
It is similar to while loop with only difference that it continues to process block of code until a given condition becomes false and it is defined in a single line.
Hence ,
Looping structure is called fixed execution structure
#Learn more:
Executive summary on organization structure
https://brainly.in/question/5375347