C switch statement is used when you have multiple possibilities for the if statement. Switch…
Tag:
c control statement
-
-
Control Statements in C are used to execute/transfer the control from one part of the program to another…