Computer Science, asked by sugamshrestha0199, 4 months ago

what is program flow?

Answers

Answered by vanshmittal81
1

Answer:

Programs are recipes which have a particular start spots and special rules on how the computer follows them. In general, a program will start at some "main" routine and continue "downward" one line at a time until the end of the function is reached.

PLEASE FOLLOW AND MARK AS BRAINLIEST ❤️

Answered by adityashinde3105
1

Answer:

follow me

Explanation:

EXPLANATION 1:Programs are recipes which have a particular start spots and special rules on how the computer follows them. In general, a program will start at some "main" routine and continue "downward" one line at a time until the end of the function is reached.

EXPLANATION 2:In computer science, control flow (or flow of control) 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