Types of selection control statements in c language in quora
Answers
Answered by
0
Answer:
- Control statements enable us to specify the flow of program control; ie, the order in which the instructions in a program must be executed. ...
- Decision Making Statement: the if-else Statement. ...
- Syntax: ...
- Nested if and if-else Statements. ...
- Selection Statement: the switch-case Statement. ...
- Syntax:
Similar questions