Computer Science, asked by emohan7288, 9 months ago

What are the control structures? Explain with examples.

Answers

Answered by Hey0Call0Me0Love
3

In its simplest sense, it is a block of code. More specifically, control structures are blocks of code that dictate the flow of control. In other words, a control structure is a container for a series of function calls, instructions and statements. A simple example of a control structure is, if a then b else c.

Answered by starboyaditya29
3

Answer:

Conntrol structure is a block of programming that analyses variables and chooses a direction in which to go based on given parameters. The term flow control details the direction the program takes (which way program control "flows"). Hence it is the basic decision-making process in computing; It is a prediction.

Similar questions