1.

Specify different types of decision control statements?

Answer»

All statements WRITTEN in a PROGRAM are EXECUTED from top to bottom one by one. Control statements are used to execute/transfer the control from one part of the program to another depending on the condition.

  • If-else STATEMENT.
    • normal if-else statement.
    • Else-if statement
    • nested if-else statement.
  • Switch statement.


Discussion

No Comment Found