Interleave Switch Cases Within Other Control Structures | C Programming Tutorial

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Here's a fact: when I search for something new, I just scroll until I see your channel in the results. Many thanks for your great explanations.

amaama
Автор

Thanks for showing this; would appreciate seeing some real-world examples too.

qcnck
Автор

Did you do the video on Duff's Device? Sounds interesting!

vicsteiner
Автор

For: int option = 2, why does case 2 still being run, mentioning that the parent case (case 1) doesn't even fulfill the statement to be true? Is it because of the disappearance "break" syntax or am i wrong? Hoping to get your reply for this fascinating information. Any way keep up your amazing work at those learning videos! It helps alot for me especially at understanding C in my first year of college!

farhaniryadi
Автор

your examples are so garbage. you always put your cases within conditions when conditions are true too. newbie will be in confusion when case -1 inside if(x > 0) will be executed.

doodocina
visit shbcf.ru