Computer Science, asked by ashishpatel4507, 11 months ago

Types of selection control statements in c language in quora

Answers

Answered by ITzRao
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