Friday, October 26, 2018

Control Structure

1 comments


CONTROL STRUCTURE


The control structure of a program is divided into three sections. 
 # sequential structure programming.
 # conditional \ Branching structure programming.
 # Looping \ Iteration structure programs.

sequential structure programming: -
when the control statements read all programming statement in sequence called sequential structure programs.

conditional \ Branching structure programming: -
when the control takes the design according to the given conditions called condition structure programming.
Conditional structure programs divided into the following statements.
    # Switch Statement

1 comment: