Chapter 6.1 : If Statement in C Programming
No | Topic | MCQ |
---|---|---|
6.1.1 | If Statement | - |
6.1.2 | If-Else Statement | - |
6.1.3 | Nested If-Else Statement | - |
6.1.4 | Else-If Ladder | - |
6.1.5 | Comparison Operators used inside If | - |
6.1.6 | Multiple Condition inside If | - |
6.1.7 | Multiple Statements in If Block | - |
Chapter 6.2 : Switch Case and Conditional Statement in C
No | Topic | MCQ |
---|---|---|
6.2.1 | Introduction to Switch Statement | - |
6.2.2 | Rules of Using Switch Case | - |
6.2.3 | Invalid Ways of Using Switch Case | - |
6.2.4 | Conditional Operation : ?: Operator | Rules | - |
6.2.5 | Jumping Statements : Goto Statement | Break | - |