Switch offers a pretty cool way of making decisions in your programs, it is an alternative to if-else statement and is the final decision making construct we are going to check out in this course.
These series of videos are the best tutorial for C programming, clear and concise! Thanks a lot!
tennis
One of the best channels for learning programming. I perfectly understood what I couldn't understand in class...
pramodkeshav
thank you so much, i've been working for my program for the last two days and after watching this i successfully run my program.
Angela-ywwc
For the multiplication and divisions cases, you forgot to change the operation. They both say "a-b". Just thought I'd point that out. :p
temp___
Dear you forget to change the operator for multiplication and division. But still it's a useful tutorial.👍.
Review videos before posting.
anokhautomation
how can i peform an oration before my switch case like example if the sum of my 3 numbers is greater thann 10 then peform case 1, , if greater than 14 peform case 2
takkamdarios
Well if I take input from user using scanf("%d%d", &a, &b);
It didn't work
It just take me to the invalid input rather than asking me for the operator
aayushgupta
Hey, what if I ask the user to give values of a & b? Will switch case still work?