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
Related Topics
Privacy Policy, Terms and Conditions, DMCA Policy and Compliant
Copyright © 2018-2023 BrainKart.com; All Rights Reserved. Developed by Therithal info, Chennai.