C Decision Making Home
This chapter is dedicated to Decision Making in C -
No | Topic |
---|---|
6.1 | Conitional Statements - If Statement | If-Else |
6.2 | Nesting of Statements - Nested If-Else | Else-If Ladder |
6.3 | Multiple Condition inside If |
6.4 | Multiple Statements in If Block |
6.4 | Introduction to Switch Statement |
6.5 | Rules of Using Switch Case |
6.6 | Invalid Ways of Using Switch Case |
6.7 | Conditional Operation : ?: Operator | Rules |
6.8 | Jumping Statements : Goto Statement | Break |