basics

Flow Control Of A Computer program Process – Computer Basics study materials

The flow of control (or simply control flow) is how a program processes its instructions.Typically, programs operate in a linear or sequential flow of control. Executable statementsor instructions in a program are performed one after another. In source code, the order that instructions are written defines their order. Just like English, a program is “read” […]