What is the basic flow of program execution?
Answers
Answer:
The answer is "control flow"
Explanation:
The basic flow of program execution in computer science is "control flow". In which the sequence of instructions, individual statements or function calls is put to order to accomplish the task of a program.
While executing a program in the computer the control flow emphasis on distinguishing the imperative program from a declarative program. In an imperative program, control flow statement follows a course of choice to which results are made between the two or more paths.
Answer:
The basic flow of program execution in computer science is "control flow". In which the sequence of instructions, individual statements or function calls is put to order to accomplish the task of a program.
Explanation:
bye