C & C++ Control Structure Statements



There are three types of control structures available in C and C++
1) Sequence structure (straight line paths)
2) Selection structure (one or many branches)
3)Loop structure (repetition of a set of activities)


All the 3 control structures and its flow of execution is represented in the flow charts given below.

The control statements are:-

Switch
If
If Else
While
Do While
For



Tip:-

Write Correct English Grammar without knowing tense.

No comments:

Post a Comment

 
;