C programming Bangla Tutorial 5.97 : break and continue statement

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

আপনি সত্যি অনেক ভালভাবে বুঝান, ধন্যবাদ এত ভালভাবে বুঝানোর জন্য।☺

mrittikamrinmoyee
Автор

Vabtei obak lagtese je 7 years আগে apni atw premium জিনিস দিয়েছিলেন...ami hsc 24 sir দোয়া করবেন 😊

ahshankabir
Автор

#include<stdio.h>
int main ()
{
int i;

for(i = 1; i < 20; i++)
{
if(i == 10)
continue;

if(i % 3 == 0)
break;
printf("%d\n", i);
}
}
output: 1, 2

bijoytheanimist
Автор

May ALLAH bless you. Thanks a lot sir.

shahriar
Автор

Thanks alot u deserve more subscribers n support may Allah bless you

wellwishers
Автор

sir... loop porjonto sofol vabe sesh korechi.

uniqueteachingcenter
Автор

sir...
"if" er por 2nd bracket use korle output show kore na keno? ar, "else if" ba "else" oo use kora jay na dekhlam.
tahole ki "for loop" er moddhe "if" use korle shekhane {} use kora jabe na? and "else if", "else" oo use kora jabe na?

mahamudulhasan
Автор

Thanks for making this nice c programming video.

seyamahmednibir
Автор

Codblocks e kivabe dark theme use korbo?

md.mahdihasan
Автор

If er under er condition purno na hole printf kaj korbe kivbe?

khurshidajahan
Автор

sir when i give i=5 than why showing the result after 10.... by that rules it shouldn't go after 10

mdibrahimbiplob
Автор

I tried the same code using while loop according to its respective syntax.but my output is just showing 1 and 2 while i<20.why?

borhankobirpias
Автор

continue r age jodi while loop e I ++ dei tahole ans ki hbe?

kubrakabul
Автор

Tahole to eta emn holo na je if else ne diye duibar if diye continue ar break keyword use kora;

merina
Автор

same program but break function not working. i cannot understand.

MdAsad-sdrn
Автор

3 ke 3 dara division korle o hoa?na 1 hoa?

attanjilkhan
Автор

#include<stdio.h>
int main()
{
int i;

i=1;
while(i<=1000)
{

if(i%5==0)
continue;

printf("%d\n", i);


if(i==599)
break;
i= i+1;

}




return 0;
}
ei code ta 4 porjonto keno print kore ?
vul ta doraya dile valo hoto

InnovationBangla
Автор

Comment লেখার প্রয়োজনীয়তা কী? কেনো লিখি এটা?

mubassira
join shbcf.ru