Computer Science, asked by ranirechika2007, 6 months ago

The statements that govern the flow of control of a program are called:
Iterative statements
control statements
sequential statements​

Answers

Answered by Anonymous
8

In computer programming, control flow or flow of control is the order function calls, instructions, and statements are executed or evaluated when a program is running. Many programming languages have what are called control flow statements, which determine what section of code is run in a program at any time

So...Answer is Control Statements

Similar questions