C programming Bangla - 35 Switch Case statement in C - 1 *TechBangla Tutorial*

preview_player
Показать описание
Title: Switch Case statement in C - 1

C switch Statement. In this tutorial, you will learn to create the switch statement in C programming with the help of an example. The switch statement allows us to execute one code block among many alternatives.

A switch statement tests the value of a variable and compares it with multiple cases. Once the case match is found, a block of statements associated with that particular case is executed. Each case in a block of a switch has a different name/number which is referred to as an identifier

Mahmudul Hasan Moon
B. Sc in CSE
Hajee Mohammad Danesh Science and Technology University, Dinajpur

Рекомендации по теме