Computer Science, asked by AizazIftikhar, 1 year ago

What is control structure? ​

Answers

Answered by Anonymous
1

hey mate...

here is ur answer...

A control structure is a primary concept in most high-level programming languages. In its simplest sense, it is a block of code.

I hope it's help u


Anonymous: Mark it as brainlist
Answered by completedreamer
0
YOUR ANSWER....
control structure is a block of programming that analyzes variables and chooses a direction in which to go based on given parameters.
THERE ARE 3 TYPES OF IT..
Sequential: default mode. ...

Selection: used for decisions, branching -- choosing between 2 or more alternative paths. ...

Repetition: used for looping, i.e. repeating a piece of code multiple times in a row.


Similar questions