Mask-group

Decision Control



  • Sometimes we need a set of instructions to be executed in one situation and another set of instructions in different situations.At this time,we need decision control instructions.

  • C has three different  decision control instructions- 

  1. If statement

  2. If-else statement

  3. Switch statement