C_41 Break statement in C | C Language Tutorials

Sdílet
Vložit
  • čas přidán 23. 01. 2021
  • In this lecture we will learn:
    - What is break statement in C?
    - How to use it?
    - Need of break statement
    - Working and Flowchart of break statement in C
    C Programming Playlist: • Programming in C
    *****************************************************
    Connect & Contact Me:
    Jenny's Lecture Hindi: / @jennyslectureshindi
    Facebook: / jennys-lectures-csit-n...
    Quora: www.quora.com/profile/Jayanti...
    Instagram: / jayantikhatrilamba
    Twitter: / khatrijenny
    *****************************************************
    More Playlists:
    C++ Tutorials for beginners: • Lec 1: How to Install ...
    Best Python Tutorials for Beginners: • Python - Basic to Advance
    Printing Pattern in C: • Printing Pattern Progr...
    Placement Series: • Placements Series
    Data Structures and Algorithms: https: • Data Structures and Al...
    Design and Analysis of Algorithms(DAA): • Design and Analysis of...
    Dynamic Programming: • Dynamic Programming
    Operating Systems tutorials: // • Operating Systems
    DBMS Tutorials: • DBMS (Database Managem...
    #loop #cprogramming #coding
    #Cprogrammingtutorials
    #breakinCprogramming
    #jennyslectures

Komentáře • 209

  • @Abii_r
    @Abii_r Před 2 lety +212

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

  • @hasnainmemon8120
    @hasnainmemon8120 Před 9 měsíci +6

    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 Před 3 měsíci +1

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

  • @anujeetkunturkar780
    @anujeetkunturkar780 Před 2 lety +43

    2:26 Lecture Starts

  • @dawntoduskhappy7484
    @dawntoduskhappy7484 Před 2 lety +9

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

  • @user-mv7dg5qy7c
    @user-mv7dg5qy7c Před rokem +7

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

  • @anju7334
    @anju7334 Před 2 lety +37

    Now I am feeling that I am learning programming ❤️

  • @harjithshiva445
    @harjithshiva445 Před 3 lety +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...................

  • @siddharthsingh-cw4sd
    @siddharthsingh-cw4sd Před 3 lety +2

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

  • @y1_ff
    @y1_ff Před 10 měsíci +5

    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

  • @170_akashgupta_cse2
    @170_akashgupta_cse2 Před 2 lety +7

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

  • @staypositive3764
    @staypositive3764 Před 2 lety +6

    Mam your teaching skills are really amazing 😍😍🔥🔥

  • @nilanthathisera4066
    @nilanthathisera4066 Před rokem +2

    Excellent explaination 🥰🥰.thankyou very much

  • @abelbagonza7783
    @abelbagonza7783 Před 2 lety +6

    we also need a video on differences between variables and constants

  • @rinkulamba1596
    @rinkulamba1596 Před 3 lety +3

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

  • @SachinKumar-ym5fn
    @SachinKumar-ym5fn Před 3 lety +1

    thanks for help all students and other people

  • @someshkumar988
    @someshkumar988 Před 2 lety +2

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

  • @mamtamaitin7248
    @mamtamaitin7248 Před 3 lety +21

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

  • @CAROLINA_VIJAY
    @CAROLINA_VIJAY Před rokem +1

    Mam u r way of teaching it's very amazing thank you so much 😊

  • @Manam_Suresh_official
    @Manam_Suresh_official Před 3 lety

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

  • @jyotijuyal4207
    @jyotijuyal4207 Před rokem +1

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

  • @DivyanshuRathodCS
    @DivyanshuRathodCS Před 3 lety +2

    Thanks

  • @anuveerandi2631
    @anuveerandi2631 Před 3 lety +5

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

  • @aashishkumar5520
    @aashishkumar5520 Před 3 lety +3

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

  • @shivanshusamadhiya9416
    @shivanshusamadhiya9416 Před 3 lety +6

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

  • @HarshaVardhan_Avvari_2030
    @HarshaVardhan_Avvari_2030 Před 3 lety +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

  • @debashishgogoi4827
    @debashishgogoi4827 Před 3 lety +3

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

  • @tithighosh2169
    @tithighosh2169 Před 3 lety +4

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

  • @blessyjenepha7347
    @blessyjenepha7347 Před 2 lety

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

  • @sulectures2773
    @sulectures2773 Před 3 lety +1

    Nice ma'am tq so much

  • @kranjith1433
    @kranjith1433 Před 3 lety +2

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

  • @abhishektiwary2123
    @abhishektiwary2123 Před 3 lety

    Thank you❤

  • @SanjeevYadav-dr7cy
    @SanjeevYadav-dr7cy Před 3 lety +1

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

  • @parthshroff7357
    @parthshroff7357 Před 9 měsíci

    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?

  • @karthickambrish3809
    @karthickambrish3809 Před 3 lety

    Awesome....

  • @isaac-victorshonowo1838
    @isaac-victorshonowo1838 Před 8 měsíci

    Watched and Understood ❤

  • @softwarekinga2z995
    @softwarekinga2z995 Před 3 lety +2

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

  • @mamathachalapala3686
    @mamathachalapala3686 Před 9 měsíci

    Can we write the scanf statement before while loop? Mam

  • @tuhinsheikh8670
    @tuhinsheikh8670 Před rokem +1

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

  • @anandhus4361
    @anandhus4361 Před rokem

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

  • @mittasidharth7292
    @mittasidharth7292 Před 10 měsíci +2

    2:27 lecture starts

  • @_KalaimaniG
    @_KalaimaniG Před 3 lety +6

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

  • @aasif3103
    @aasif3103 Před rokem

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

  • @chinninaresh2314
    @chinninaresh2314 Před 3 lety +5

    Madam pls start core Java also

  • @mihirlikhar4497
    @mihirlikhar4497 Před rokem

    Tnx mam for your support

  • @simrandeepsingh3622
    @simrandeepsingh3622 Před 3 lety +2

    hii nyc work mam

  • @sanchay_khatwani
    @sanchay_khatwani Před 2 lety

    😍nice video

  • @santanukumardas2058
    @santanukumardas2058 Před 2 lety

    super intelect

  • @izel_5
    @izel_5 Před 9 měsíci

    Thank you mam ❤

  • @mubarokkamil
    @mubarokkamil Před 8 měsíci

    Mam, before sum, Can we write else statement?

  • @Emundadhu
    @Emundadhu Před 3 lety +2

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

  • @premraj1456
    @premraj1456 Před 3 lety

    All dout clear mam

  • @jyotiraghorte6539
    @jyotiraghorte6539 Před rokem

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

  • @KeerthiGovindasu
    @KeerthiGovindasu Před 7 měsíci

    thank you maam

  • @harjithshiva445
    @harjithshiva445 Před 3 lety +2

    mam please continue with the DAA subject mam

  • @Atul.Kumar07
    @Atul.Kumar07 Před 3 měsíci

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

  • @leelataddi9940
    @leelataddi9940 Před 2 lety +3

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

  • @karanshankar6705
    @karanshankar6705 Před 3 lety +1

    Came only to see you.

  • @jotheeswaran.s3357
    @jotheeswaran.s3357 Před 2 lety

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

  • @shivasmart967
    @shivasmart967 Před rokem

    tq mam

  • @sonalikawadibhasme8754
    @sonalikawadibhasme8754 Před 2 lety +2

    Thank you ma'am 🙇‍♀️

  • @food8814
    @food8814 Před 3 lety

    mam plz continue c progamming playlist

  • @Manam_Suresh_official
    @Manam_Suresh_official Před 3 lety +1

    I like ur voice madam

  • @imcrushed
    @imcrushed Před rokem

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

  • @user-st4lb4gf8y
    @user-st4lb4gf8y Před 7 měsíci +1

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

  • @Roshan-ln8sf
    @Roshan-ln8sf Před 3 lety +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.. 😊

  • @rajeshwarimeti4087
    @rajeshwarimeti4087 Před rokem

    just ooosm mam 😇😇😇😇

  • @ArjunSonpule
    @ArjunSonpule Před 5 měsíci

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

  • @ShubhamSingh-qf1qi
    @ShubhamSingh-qf1qi Před 5 měsíci

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

  • @miltonrodrigues8417
    @miltonrodrigues8417 Před 3 lety

    🔥

  • @sandeshv6721
    @sandeshv6721 Před 3 lety +2

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

  • @anjanisivarambonam9895
    @anjanisivarambonam9895 Před 3 lety +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....

  • @Krishnaveni-02
    @Krishnaveni-02 Před 10 měsíci +1

    Need examples

  • @biswajitpaloi2121
    @biswajitpaloi2121 Před 3 lety

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

  • @zahid9095
    @zahid9095 Před rokem

    Can 'break statement' use to break function?

    • @nazansari9902
      @nazansari9902 Před rokem

      No, we can't use the break statement in the function to come out of the function. To exit from the function we use a "return" statement.

  • @vinitpandey5242
    @vinitpandey5242 Před 3 lety +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.

  • @nikhilbhardwaj9000
    @nikhilbhardwaj9000 Před 2 lety +1

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

  • @SachinKumar-ym5fn
    @SachinKumar-ym5fn Před 3 lety +1

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

  • @mksmohitkumarsingh8285
    @mksmohitkumarsingh8285 Před 3 lety +1

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

  • @sureshramisetti1967
    @sureshramisetti1967 Před 7 měsíci

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

  • @ParamitaDey-bi1mg
    @ParamitaDey-bi1mg Před 2 lety

    I gave the 6ooth like🙂

  • @manishverma-vl7vr
    @manishverma-vl7vr Před 3 lety

    😍

  • @chinninaresh2314
    @chinninaresh2314 Před 3 lety

    Madam pls upload c videos

  • @abhi_ki_baate
    @abhi_ki_baate Před rokem

    mam this for loop function is not running plz help

    • @abhi_ki_baate
      @abhi_ki_baate Před rokem

      #include
      int main()
      {
      int i, a, sum = 0;
      for (int i = 1; i

  • @prashanthspeaks
    @prashanthspeaks Před 2 lety

    Why you are not using any IDE 🤔🤔😪😪😣😣😑😑

  • @b30101981
    @b30101981 Před 2 lety +1

    you are beautiful and smart...

  • @lalit6880
    @lalit6880 Před rokem +2

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

  • @ashishkemkar09
    @ashishkemkar09 Před 9 měsíci

    Plz can any one explain how while(1)works

    • @user-st4lb4gf8y
      @user-st4lb4gf8y Před 7 měsíci

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

  • @rohangavit8910
    @rohangavit8910 Před 2 lety

    143

  • @shivjikumarsingh6470
    @shivjikumarsingh6470 Před 3 lety +3

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

  • @madhulathakattunga
    @madhulathakattunga Před 11 měsíci

    Mam go to statement

  • @abhirajsaini01
    @abhirajsaini01 Před 2 lety +1

    Mam It is better that you should taught us hindi.U will better explain things in hindi instead of english

  • @Curlie118
    @Curlie118 Před 5 měsíci +4

    👇Who are seeing this in 2024 ✨

  • @sejalrai30
    @sejalrai30 Před 3 lety +1

    mam pls c jaldi khatam kijiye naa aap bohot achh padhai h butr itna dheere mat padhaiye pls ffor god sake

  • @NagaCreations4444
    @NagaCreations4444 Před 5 měsíci +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

  • @anashkhan5426
    @anashkhan5426 Před rokem +1

    Ma'am can you join our clg

  • @Understanding_the_world_withme

    Ma'am waiting for DAA VIDEOS.. ☺️😊

  • @mihirkumar629
    @mihirkumar629 Před 6 měsíci

    int age;
    char ch;
    printf("Enter your age ");
    scanf("%d",age);
    printf("
    Enter first letter of your name");
    scanf("%c",ch);
    if(age>18 && age

  • @karanshiv8413
    @karanshiv8413 Před 2 lety

    Mam plz Hindi me v samjh do

  • @BCAboy_akash
    @BCAboy_akash Před 9 měsíci

    i think ma'am is an angrej
    but ma'am is ma'am
    suddenly she looking hot 🔥 🔥

  • @chohan2253
    @chohan2253 Před rokem +4

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

    • @avishkadeegalla5773
      @avishkadeegalla5773 Před rokem +2

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

    • @nikithaa.s683
      @nikithaa.s683 Před rokem +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 Před rokem +3

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

    • @sunilsunny4296
      @sunilsunny4296 Před rokem +2

      No need to include i

    • @bhanu190
      @bhanu190 Před 11 měsíci

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