Switch case statements are a substitute for long if statements that compare a variable to several integral values. The switch statement is a multiway branch… Read More
The post How a statement is handled inside switch block but outside case appeared first on GeeksforGeeks.