Home | | Computer Science 11th std | C++ Flow of Control: Introduction

Chapter: 11th Computer Science : Chapter 10 : Flow of Control

C++ Flow of Control: Introduction

the flow of control jumps from one part of the code to another segment of code. Program statements that cause such jumps are called as “Control flow”.

Flow of Control

Introduction

 

In the previous chapters you learnt the basic concepts of C++ programming such as variables, constants, operators, data types etc. Generally a program executes its statements sequentially from beginning to end. However, such a strict sequential ordering is restrictive and less useful. There are lot of situations where it is useful to decide the code block executed on the basis of a certain condition. In such situations, the flow of control jumps from one part of the code to another segment of code. Program statements that cause such jumps are called as “Control flow”. This chapter deals with the basics of control structures such as “Selection”, “Iteration” and “Jump” statement.

 

Study Material, Lecturing Notes, Assignment, Reference, Wiki description explanation, brief detail
11th Computer Science : Chapter 10 : Flow of Control : C++ Flow of Control: Introduction |


Privacy Policy, Terms and Conditions, DMCA Policy and Compliant

Copyright © 2018-2024 BrainKart.com; All Rights Reserved. Developed by Therithal info, Chennai.