C_41 Break statement in C | C Language Tutorials

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 225

  • @anujeetkunturkar780
    @anujeetkunturkar780 3 ปีที่แล้ว +45

    2:26 Lecture Starts

  • @y1_ff
    @y1_ff ปีที่แล้ว +11

    Usage of the 'break' Statement 01:39
    Example Using 'break' with a 'for' Loop 03:27
    Early Exit from a Loop with 'break' 05:32
    Using 'break' in a 'for' Loop 07:37
    Using 'break' with Indefinite Loops 09:34
    Handling Infinite Loops with 'break' 11:33
    Conclusion and Upcoming Topics 13:33

  • @Abii_r
    @Abii_r 3 ปีที่แล้ว +226

    I think we don't want unacademy when Jenny mam is here!! ❤✨

  • @Curlie118
    @Curlie118 10 หลายเดือนก่อน +60

    👇Who are seeing this in 2024 ✨

    • @BN__07__star
      @BN__07__star 4 หลายเดือนก่อน

      What r u studying bro...?

    • @Curlie118
      @Curlie118 4 หลายเดือนก่อน

      ​@@BN__07__starBE

    • @subhamsaurav9
      @subhamsaurav9 หลายเดือนก่อน

      From which college

    • @mastergaming8650
      @mastergaming8650 4 วันที่ผ่านมา

      Yeah

  • @NikhilSarnaik-z5k
    @NikhilSarnaik-z5k ปีที่แล้ว +14

    int sum = 0;
    do{
    int num ;
    printf("Enter the number to add it into the sum :");
    scanf("%d",&num);
    if(num

    • @vinaytummapala260
      @vinaytummapala260 6 หลายเดือนก่อน

      But it prints infinite sums

    • @superspider4795
      @superspider4795 5 หลายเดือนก่อน

      ​@@vinaytummapala260 it's becoz condition in while is always true

  • @anju7334
    @anju7334 3 ปีที่แล้ว +38

    Now I am feeling that I am learning programming ❤️

  • @harjithshiva445
    @harjithshiva445 3 ปีที่แล้ว +6

    The way you teach makes me get a lot of concepts in a short span of time ,please continue the DAA playlist mam plz...................

  • @lalit6880
    @lalit6880 2 ปีที่แล้ว +6

    do while code for above program
    #include
    #include
    int main()
    {
    int a,sum=0;
    do
    {
    printf("Enter a Number=");
    scanf("%d",&a);
    if(a

  • @dawntoduskhappy7484
    @dawntoduskhappy7484 3 ปีที่แล้ว +9

    Your lectures are helping me alot !!! Thanks ma'am

  • @mittasidharth7292
    @mittasidharth7292 ปีที่แล้ว +2

    2:27 lecture starts

  • @170_akashgupta_cse2
    @170_akashgupta_cse2 3 ปีที่แล้ว +7

    Mam I can also use hardcoding with for loop instead of while loop in that particular questions
    For(I=1;;I++)

  • @hasnainmemon8120
    @hasnainmemon8120 ปีที่แล้ว +9

    The best teacher ever!!
    Code:
    #include
    main()
    {
    int a,i=1,sum=0,average;
    do
    {
    printf("Enter any number:
    ");
    scanf("%d",&a);
    i++;
    if(a

    • @18fatima15
      @18fatima15 9 หลายเดือนก่อน +1

      calculating average wasn't required here though............. But anyways, the program has no errors

  • @siddharthsingh-cw4sd
    @siddharthsingh-cw4sd 3 ปีที่แล้ว +2

    I just saw your play list and im i love with your channel

  • @mamtamaitin7248
    @mamtamaitin7248 3 ปีที่แล้ว +21

    Ma'am,
    Can you please make Python, Java in-depth video lectures soon.
    Also, please make web development series.
    You teach very well.

  • @staypositive3764
    @staypositive3764 2 ปีที่แล้ว +6

    Mam your teaching skills are really amazing 😍😍🔥🔥

  • @TionDiorr7
    @TionDiorr7 วันที่ผ่านมา

    Seeing this on Dec 2024 and its flawless 😮😊

  • @abelbagonza7783
    @abelbagonza7783 3 ปีที่แล้ว +5

    we also need a video on differences between variables and constants

  • @someshkumar988
    @someshkumar988 3 ปีที่แล้ว +2

    Mam there are some mistake in this video at for loop inside if we write ( a > 5 ll a

  • @ifhammohamed1955
    @ifhammohamed1955 2 ปีที่แล้ว +11

    #include
    #include
    int main()
    {
    int a ,sum=0;
    do
    {
    printf("Enter the number:");
    scanf("%d",&a);
    if(a

    • @Op_Decentrailiser
      @Op_Decentrailiser 2 ปีที่แล้ว +3

      #include
      void main()
      {
      int i=1,a,sum=0;
      do
      {
      printf(" enter a value ");
      scanf("%d",&a);
      if(a0);
      printf("sum is %d",sum);
      } /* Break using do while Loop */

    • @Op_Decentrailiser
      @Op_Decentrailiser 2 ปีที่แล้ว

      What about this

    • @tamiltrendzone1568
      @tamiltrendzone1568 2 ปีที่แล้ว

      What if we place the your total printf statement within do rather than using it in while

  • @HarshaVardhan_Avvari_2030
    @HarshaVardhan_Avvari_2030 3 ปีที่แล้ว +10

    Mam Why don't u do a tutorial for python programming as more important than c language @ focus on it after completion of c language

  • @nilanthathisera4066
    @nilanthathisera4066 ปีที่แล้ว +2

    Excellent explaination 🥰🥰.thankyou very much

  • @s.ananthakumar1943
    @s.ananthakumar1943 ปีที่แล้ว +1

    #include
    #include
    int a,i=1,sum=0;
    int main()
    {
    do
    {
    printf("enter the number:
    ");
    scanf("%d",&a);
    if(a

  • @pmdinnesh1283
    @pmdinnesh1283 ปีที่แล้ว +1

    #include
    #include
    void main()
    {
    int a,sum=0;
    clrscr();
    do
    {
    Printf("enter a number :");
    Scanf("%d",&a);
    If(a

  • @shivanshusamadhiya9416
    @shivanshusamadhiya9416 3 ปีที่แล้ว +5

    Mam please make a play list of java or web development or python or c++ in depth

  • @anuveerandi2631
    @anuveerandi2631 3 ปีที่แล้ว +4

    hi need more lectures on c programming....please

  • @jyotijuyal4207
    @jyotijuyal4207 2 ปีที่แล้ว +1

    You are wonderful teacher mam ❤❤😇😇 Bestest way of teaching.

  • @tuhinsheikh8670
    @tuhinsheikh8670 ปีที่แล้ว +1

    great job mam.........love from Bangladesh

  • @aashishkumar5520
    @aashishkumar5520 3 ปีที่แล้ว +3

    Mam you are best teacher ❤️❤️❤️❤️❤️🙏🙏🙏🔥🔥🔥🔥🔥🔥😎

  • @tithighosh2169
    @tithighosh2169 3 ปีที่แล้ว +4

    Ma'am please upload other videos of c as soon as possible.

  • @aasif3103
    @aasif3103 2 ปีที่แล้ว

    thanks madam😊 pahli baar coding sikhne me maja aa raha hai 😅😅😂😛

  • @shivalathanagula7153
    @shivalathanagula7153 3 ปีที่แล้ว +1

    At 13:56,the program is...
    #include
    int main()
    {
    int i=1,a,sum=0;
    do
    {
    printf("enter a number");
    scanf("%d",&a);
    if(a

  • @_KalaimaniG
    @_KalaimaniG 3 ปีที่แล้ว +6

    Mam can u pls post java courses also Mam we are eagerly waiting for java class Mam

  • @NagaCreations4444
    @NagaCreations4444 10 หลายเดือนก่อน +1

    thank you so much MADAM to teaching us🥰🥰
    i done with do while
    PROGRAM:
    #include
    void main() {
    int a,sum=0;
    do
    { printf("enter a number:");
    scanf("%d",&a);
    if(a

  • @parthshroff7357
    @parthshroff7357 ปีที่แล้ว

    13:01 mami had a small doubt in the given code sequence
    while (condition){. \\loop1
    for(condition1;condition2;condition3){. \loop 2
    break;
    }
    }
    mam this above break will throw the cursor outside loop 2 or both loops?

  • @SachinKumar-ym5fn
    @SachinKumar-ym5fn 3 ปีที่แล้ว +1

    thanks for help all students and other people

  • @harshamedicharla
    @harshamedicharla ปีที่แล้ว

    #include
    int main() {
    int sum=0, a;
    do
    {
    printf("enter integer number:" );
    scanf("%d",&a);
    sum+=a;
    }while(a>0);
    printf("%d", sum);
    return 0;
    }❤❤

  • @imcrushed
    @imcrushed 2 ปีที่แล้ว

    Ma'm you are looking like an angel... 🙈🙈

  • @rinkulamba1596
    @rinkulamba1596 3 ปีที่แล้ว +3

    Hello mam...gd evening
    May I know that have you made any video on OSI model or TCP/IP model

  • @softwarekinga2z995
    @softwarekinga2z995 3 ปีที่แล้ว +2

    Mam please do videos on network security and cyber security..

  • @simrandeepsingh3622
    @simrandeepsingh3622 3 ปีที่แล้ว +2

    hii nyc work mam

  • @isaac-victorshonowo1838
    @isaac-victorshonowo1838 ปีที่แล้ว

    Watched and Understood ❤

  • @debashishgogoi4827
    @debashishgogoi4827 3 ปีที่แล้ว +3

    Mam ..can I solve data structure questions In c language in campus interview ?

  • @leelataddi9940
    @leelataddi9940 2 ปีที่แล้ว +3

    Mam could you plzz make full playlist on python, java plzzz mam

  • @Manam_Suresh_official
    @Manam_Suresh_official 3 ปีที่แล้ว

    I fallow your data structure and DBMS I LIKE UR VOICE AS WELL AS YOUR CLASSES

  • @chinninaresh2314
    @chinninaresh2314 3 ปีที่แล้ว +4

    Madam pls start core Java also

  • @DivyanshuRathodCS
    @DivyanshuRathodCS 3 ปีที่แล้ว +2

    Thanks

  • @Emundadhu
    @Emundadhu 3 ปีที่แล้ว +2

    Please do teach us AI mam if possible
    If not possible teach us atleast basics for beginners

  • @lovestatusofficial5154
    @lovestatusofficial5154 ปีที่แล้ว

    #include
    #include
    void main(){
    int a,sum=0;
    do{
    printf("Enter an number ");
    scanf("%d",&a);
    if(a

  • @ruthrakaran
    @ruthrakaran 3 ปีที่แล้ว +8

    // Online C compiler to run C program online
    #include
    int main() {
    // Write C code here
    int a,sum=0;
    do
    {
    printf ("enter the value of a");
    scanf("%d",&a);
    if(a

    • @amanprajapati6301
      @amanprajapati6301 2 ปีที่แล้ว

      Sum karne ka printf do loop ke block ke niche aayega kyu block me only ak hi printf likha jata he
      Baki to program right lag ra

    • @amanprajapati6301
      @amanprajapati6301 2 ปีที่แล้ว

      Or bro /n first printf likhe ho bha aayega na ki last printf likhe ho bha

    • @amanprajapati6301
      @amanprajapati6301 2 ปีที่แล้ว

      Mere hisaab se bas itna hi

  • @balkrishnabane1392
    @balkrishnabane1392 2 ปีที่แล้ว +1

    13:45
    #include
    int main()
    { int a,i=0,sum=0; //i=0 initialization
    do{
    printf("Enter a postive Integer: ");
    scanf("%d", &a);
    i++; //update/modify
    if(a

  • @blessyjenepha7347
    @blessyjenepha7347 2 ปีที่แล้ว

    At 11:05 why -10(-ve's) is not included in sum ( I mean in adding) ???

    • @maimounaidreesali6801
      @maimounaidreesali6801 25 วันที่ผ่านมา

      I think the maam here made a mistake
      In first example value of sum shoud be 15 not 18
      Since sum is going to be just the last value stored in sum variable which is 15
      Not the sum of the entered numbers
      In the example you asked about when you entered -10 control will go out of loop and last value in sum variable will be printed which is 8
      In short :
      sum should just print the last value stored in sum variable not to add the numbers you entered .

  • @SanjeevYadav-dr7cy
    @SanjeevYadav-dr7cy 3 ปีที่แล้ว +1

    Mam please give me a idea to lern c level programing form starting

  • @kranjith1433
    @kranjith1433 3 ปีที่แล้ว +2

    Madam i have completed intermediate... So can i learn the c, java, python?

  • @diyabora7794
    @diyabora7794 2 ปีที่แล้ว

    #include
    int main()
    { int i=0,sum=0,a;
    do
    {
    printf("enter a
    ");
    scanf("%d",&a);
    if(a

  • @ArjunSonpule
    @ArjunSonpule 10 หลายเดือนก่อน

    Do you explain by taking the example program to coming in exams 🙏🙏🙏

  • @jackbhai-j8u
    @jackbhai-j8u ปีที่แล้ว +1

    Mam please do lectures in hindi as it is in demand these days....

  • @LakshmiP-j3t
    @LakshmiP-j3t หลายเดือนก่อน +1

    Mam goto statement kooda cheppandi pls

  • @richards8160
    @richards8160 ปีที่แล้ว +1

    #include
    int main(){
    int i=0,a,sum=0;
    do{
    printf("Enter a number:",a);
    scanf("%d",&a);

    if(a

  • @JayashreeUliveni-l9s
    @JayashreeUliveni-l9s 3 หลายเดือนก่อน

    Mam in do while loop
    Can we use assignment operator?

  • @anjanisivarambonam9895
    @anjanisivarambonam9895 3 ปีที่แล้ว +5

    madam please make a playlist on python....otherwise please tell me the best source to learn python because more advanced technologies depends on python like ML ,AI....

  • @isaacl.quelemine8775
    @isaacl.quelemine8775 ปีที่แล้ว

    #include
    #include
    int main()
    {
    int a,sum=0;
    do{
    printf("Enter number: ");
    scanf("%d",&a);
    if(a

  • @harjithshiva445
    @harjithshiva445 3 ปีที่แล้ว +2

    mam please continue with the DAA subject mam

  • @sulectures2773
    @sulectures2773 3 ปีที่แล้ว +1

    Nice ma'am tq so much

  • @Mehedihasan-rahat
    @Mehedihasan-rahat 2 หลายเดือนก่อน

    Does break execute as it is in nested for loop

    • @HamzaMustafa-f9w
      @HamzaMustafa-f9w 2 หลายเดือนก่อน

      yes but it is used to exit one loop at a time

  • @Roshan-ln8sf
    @Roshan-ln8sf 3 ปีที่แล้ว +1

    Mam I'm not forcing I'm requesting if u to post some vedio about GRE exam
    Plz mam it's a request not a demand.. 😊

  • @sonalikawadibhasme8754
    @sonalikawadibhasme8754 3 ปีที่แล้ว +2

    Thank you ma'am 🙇‍♀️

  • @sandeshv6721
    @sandeshv6721 3 ปีที่แล้ว +2

    Mam basic problem solving programming...in c
    .. video😶

  • @mamathachalapala3686
    @mamathachalapala3686 ปีที่แล้ว

    Can we write the scanf statement before while loop? Mam

  • @anandhus4361
    @anandhus4361 2 ปีที่แล้ว

    Ma am why is sum =0 necessary or is sum alone good for declaring variable

  • @rajeshwarimeti4087
    @rajeshwarimeti4087 ปีที่แล้ว

    just ooosm mam 😇😇😇😇

  • @raghavsanoria528
    @raghavsanoria528 ปีที่แล้ว

    #include
    int main() {
    int a,sum=0;
    do
    {
    printf("Enter a number : ");
    scanf("%d",&a);
    if(a

  • @mksmohitkumarsingh8285
    @mksmohitkumarsingh8285 3 ปีที่แล้ว +1

    Mam when will the pointer come.
    And whenever you come then please teach in live class

  • @Atul.Kumar07
    @Atul.Kumar07 8 หลายเดือนก่อน

    Good evening! I want to add only even number. But my program add odd number. if(n%2==0)

  • @shivjikumarsingh6470
    @shivjikumarsingh6470 3 ปีที่แล้ว +3

    Mam after break ; ya fir : ye
    Compulsory for program..

  • @abhishektiwary2123
    @abhishektiwary2123 3 ปีที่แล้ว

    Thank you❤

  • @KeerthiGovindasu
    @KeerthiGovindasu ปีที่แล้ว

    thank you maam

  • @Manpreet_saini696
    @Manpreet_saini696 ปีที่แล้ว

    #include
    int main()
    {
    int a,sum=0;
    do {
    printf("enter number a");
    scanf("%d",&a);
    if(a

  • @sanchay_khatwani
    @sanchay_khatwani 3 ปีที่แล้ว

    😍nice video

  • @mihirlikhar4497
    @mihirlikhar4497 ปีที่แล้ว

    Tnx mam for your support

  • @MHKCODING
    @MHKCODING ปีที่แล้ว

    Mam, before sum, Can we write else statement?

  • @Manam_Suresh_official
    @Manam_Suresh_official 3 ปีที่แล้ว +1

    I like ur voice madam

  • @Deepika_319
    @Deepika_319 ปีที่แล้ว

    Thank you mam ❤

  • @karanshankar6705
    @karanshankar6705 3 ปีที่แล้ว +1

    Came only to see you.

  • @SachinKumar-ym5fn
    @SachinKumar-ym5fn 3 ปีที่แล้ว +1

    please Mam array jaldee star kar do
    mere second semester ke exam hai

  • @karthickambrish
    @karthickambrish 3 ปีที่แล้ว

    Awesome....

  • @sureshramisetti1996
    @sureshramisetti1996 ปีที่แล้ว

    Python programming tutorial videos for beginners is available in your channel madam

  • @biswajitpaloi2121
    @biswajitpaloi2121 3 ปีที่แล้ว

    Mam plz complete first
    Next manth my exm
    So plz,,, 🙏

  • @jyotiraghorte6539
    @jyotiraghorte6539 ปีที่แล้ว

    What If we give the value of a=0??

  • @MaliniMalini-u6s
    @MaliniMalini-u6s 7 หลายเดือนก่อน

    #include
    int main()
    {
    int a,sum=0;
    do
    {
    printf("enter the number
    ");
    scanf("%d",&a);
    if(a

  • @santanukumardas2058
    @santanukumardas2058 3 ปีที่แล้ว

    super intelect

  • @PanduriChandini-ms7sd
    @PanduriChandini-ms7sd 5 หลายเดือนก่อน

  • @chohan2253
    @chohan2253 ปีที่แล้ว +4

    int main()
    {
    int i,sum=0,a;
    do{
    printf("Enter numbers to be added : ");
    scanf("%d",&a);
    if(a

    • @avishkadeegalla5773
      @avishkadeegalla5773 ปีที่แล้ว +2

      #include
      void main(){
      int a,sum=0;
      do{
      printf("Enter number:");
      scanf("%d",&a);
      if(a

    • @nikithaa.s683
      @nikithaa.s683 ปีที่แล้ว +1

      You didn't initialize i value
      Try this out...
      #include
      void main()
      {
      int i, a, sum;
      i=1;
      do
      {
      printf("Enter a:") ;
      scanf("%d", & a) ;
      if(a

    • @avishkadeegalla5773
      @avishkadeegalla5773 ปีที่แล้ว +3

      @@nikithaa.s683 yea, but could you please tell me that what is the use of i??

    • @sunilsunny4296
      @sunilsunny4296 ปีที่แล้ว +2

      No need to include i

    • @bhanu190
      @bhanu190 ปีที่แล้ว

      #include
      void main()
      {
      int i,a,sum=0;
      do{
      printf("Enter a number:");
      scanf("%d",&a);
      if(a

  • @ShubhamSingh-qf1qi
    @ShubhamSingh-qf1qi 10 หลายเดือนก่อน

    Your for loop code shows error in vs code....is shows break statement not within loop or switch

  • @ssaiyuvarajnaik8693
    @ssaiyuvarajnaik8693 7 หลายเดือนก่อน

    #include
    int main()
    {
    int a,i=1,sum=0;
    do{
    printf("enter the value of a:");
    scanf("%d",&a);
    if(a

  • @nikhilbhardwaj9000
    @nikhilbhardwaj9000 3 ปีที่แล้ว +1

    plzz mam hindi we are unable to execute the lecture in our mind in english language

  • @premraj1456
    @premraj1456 3 ปีที่แล้ว

    All dout clear mam

  • @jotheeswaran.s3357
    @jotheeswaran.s3357 3 ปีที่แล้ว

    i found mistake in for loop program code you written capital letter for sum

  • @food8814
    @food8814 3 ปีที่แล้ว

    mam plz continue c progamming playlist

  • @vinitpandey5242
    @vinitpandey5242 3 ปีที่แล้ว +5

    Ma'am , are u going to make video for paid subscription?
    Please ma'am I request to you please don't do like this because it is very helpful for us and I personally can't afford your paid subscription.

  • @ashishkemkar09
    @ashishkemkar09 ปีที่แล้ว

    Plz can any one explain how while(1)works

    • @jackbhai-j8u
      @jackbhai-j8u ปีที่แล้ว

      It is a infinite loop and the loop won't end at all because 1 is always true condition.