Download This Document
Conditional execution is helpful when deciding what should happen if something happen.
e.g if you have enough money then u can purchase something otherwise you can't. And in another case what amount of money you're having will decide what are you going to buy.
There are two conditional execution statements available in 'C'.
1. if …. else if ..... else...1 2..switch (case) { ...