15 day
Switch Statement in C
Switch case statement evaluates a given expression and based on the evaluated value(matching a certain condition), it executes the statements associated with it. Basically, it is used to perform different actions based on different conditions(cases)
https://www.youtube.com/watch?v=sMjUF1slYUI&list=PLfgCIULRQavzxY-IO2sO5Vj5x7C_tjW3R&index=12
Comments
Post a Comment