Lecture 19 (Computer Programming in C) Control Statements: Switch, break, and continue

preview_player
Показать описание
In this video we will discuss different control statements such as switch, break, and continue -- NIT Srinagar
Рекомендации по теме
Комментарии
Автор

Cleared my doubt regarding Break statement...Thanks a lot Sir.

ithaseeb
Автор

Sir ❤️ thanks for these knowledge ble lectures and large efforts you do for us

rohitpipalki
Автор

Can we use for( i=n;i>0;i--) ;{
Fact=fact*i;
}
Instead of while loop

bite_abhishiek