What is control structure?
Answers
Answered by
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
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.
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