False The prototype of a function receives control when it is invoked. Sequential flow or sequence logic
Control structures are only a means of defining the direction of control in programmes. Any algorithm or function or programme that makes use of self-contained modules known as logic or control structures will be easier to understand and comprehend. On the basis of particular criteria or situations, it essentially examines and selects the direction in which a programme runs. The three fundamental categories of logic, or flow of control, are as follows:
Sequential flow or sequence logic
Conditional flow or selection logic
Repetitive flow or iteration logic
As the name implies, sequential logic follows a serial or sequential flow, and the flow is determined by the set of instructions that are delivered to the computer. The modules are performed in the obvious order unless further instructions are specified.
Learn more about Function here:
brainly.com/question/28939774
#SPJ4