ABSTRACT

Flow control refers to the sequence in which individual function calls, instructions, or statements are executed when a program is running. Based on the output of an expression, a decision is made on which of the several paths to pursue using a control flow statement. Branching and looping are the two types of control flow available in C.