There are two broad categories of control statements: branches -which select specific sections of the code to execute. loops -which cause specific sections of the code to be repeated. Here in this lecture we will concentrate on Branching Control Statement.