More on Switch Statement





In this video tutorial you will learn more information about the switch statement in c.
This tutorial explains how to execute same code for multiple case constants and also how to use character as the expression in switch. It explains the reason which allows us to use characters as the switch expression along with how to create block of code in switch cases using curly brases.