Home | | Computer Science 11th std | C++ Flow of Control: Points to Remember

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

C++ Flow of Control: Points to Remember

A computer program is a set of statements or instructions to perform a specific task.

Points to Remember:

 

A computer program is a set of statements or instructions to perform a specific task.

 

There are two kinds of statements used in C++, viz Null and Compound Statement.

 

Control Statement are statements that alter the sequence of flow of instaructions.

 

There are three kinds of control statement used in C++. (1) Sequence Statement (2) Selection Statement (3) Iteration Statement 


If and Switch are Selection Statements.


The Conditional Operator is an alternative for 'if else Statement'.


The Switch Statment is a multi-way branch statement.


Iteration Statement (looping) is use to execute a set of statements repeatedly until a condition is satisfied.


There are three kinds Iteration Statements supported. (1) for (2) While (3) do-While.


In C++ three Jump Statment are used (1) goto (2) break (3) continue


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


Privacy Policy, Terms and Conditions, DMCA Policy and Compliant

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