In which construct type is the program control transferred from a certain instruction to some
other instruction depending upon the condition met?
Answers
Answered by
2
Explanation:
Explanation:In computer science, control flow is the order in which individual statements, instructions or function calls of an imperative program are executed or evaluated. The emphasis on explicit control flow distinguishes an imperative programming language from a declarative programming language.
Similar questions