Arithmetic operations using switch case and do while loop in C Programming
A switch case is used to select one among multiple options. Can we use arithmetic operators in switch case: Yes, We Can use we. To provide symbols in a case statement a single quote is used. To perform arithmetic operations, we create a case for each operator, for the matching operator, it will call the … Read more