C_37 While Loop in C (part-1) | C Language Tutorials

Sdílet
Vložit
  • čas přidán 27. 08. 2024
  • In this lecture we will discuss:
    - What is while loop in C?
    - Syntax of while loop
    - working of while loop
    - Flowchart of while loop
    C Programming Playlist: • Programming in C
    Connect & Contact Me:
    Jenny's Lecture Hindi: / @jennyslectureshindi
    Facebook: / jennys-lectures-csit-n...
    Quora: www.quora.com/...
    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...
    #forloop #loop #cprogramming #coding #jennyslectures #whileloop

Komentáře • 175

  • @JAMUN_FF
    @JAMUN_FF Před 2 lety +68

    Better than a reputed college really 🔥🔥thank u

  • @18fatima15
    @18fatima15 Před 5 měsíci +6

    11:02 ma'am, u really r 1000% correct when u say that we should write the programs with pen & paper 1st. This indeed gives a unique type of practice which is necessary for gaining good programming skills. Merely typing the programs on the editor isn't enough 💯💯

  • @-AshwithaAlladi
    @-AshwithaAlladi Před 3 lety +18

    I have learnt data structure by watching ur awesome videos and now I am learning some concepts in c language thank you mam❤️❤️❤️

  • @engrsharifkakar
    @engrsharifkakar Před 3 lety +7

    Table of 2 using while loop
    #include
    #include
    int i=1,t;
    void main()
    {
    while(i

    • @thedata-ist
      @thedata-ist Před 2 lety

      Table of any integer number provided by user:
      #include
      #include
      int main()
      {
      //C programme to illustrate chart of number provided by user//
      int i,t, u;
      scanf("%d",&t);
      i=1;
      while(i

  • @kainzascovia9344
    @kainzascovia9344 Před 2 lety +14

    you kill my stress thank you for the great work

  • @amolsurvase7507
    @amolsurvase7507 Před 2 lety +4

    While loop this video has crazy end .... killer look and smile at the end of video !! Jam gaya perfect smile

  • @himanshurai8071
    @himanshurai8071 Před 3 lety +11

    Maam next please start c++, java,
    ..... And various other languages.... Much required 🙏🙏🙏🙏

  • @FSEC-po4un
    @FSEC-po4un Před 2 lety +7

    even though you dont use compiler or computer you teach very good

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

    sometimes when the video is on speed, the 'khot khut khut' sound ...its so cute

  • @tulanarender1176
    @tulanarender1176 Před rokem +1

    Mam, very thankful to your teaching and at last 2 minutes of your video ,your smile will give energy to practice the code

  • @awgpakhilvishavgaytripariv2174

    This is the Best explanation i have ever heard good maim please one class of must basic maim

  • @Tivflah
    @Tivflah Před 3 lety +11

    How many here who want mam as life partner.

  • @thedata-ist
    @thedata-ist Před 2 lety

    Sum upto n numbers using while loop:
    #include
    #include
    //C programme to sum up from 1 upto n numbers//
    int main()
    {
    int i, j, k;
    k=0;
    scanf("%d",&j);
    i=1;
    while(i

  • @sohanjesrani4972
    @sohanjesrani4972 Před 11 měsíci +6

    You are perfect example of DONT JUDGE BOOK BY ITS COVER

  • @pranavasathyachidananda8378

    Mam can you please make series on python programming

  • @lekshmi6108
    @lekshmi6108 Před 5 dny

    clear explanation

  • @malikdanish1175
    @malikdanish1175 Před rokem

    While loop is a pretest loop it's also know as enter control loop this loop ist check the condition and if the given condition is true then statment excutive

  • @142sumitdakare3
    @142sumitdakare3 Před 3 lety +5

    Outstanding teaching mam🙏

  • @RAHUL_YT_
    @RAHUL_YT_ Před rokem +1

    Last scene
    You are so cute, your smile 🥰🥰
    Ye sab maine apne dil se tarif kiya hain ma'am
    Ab please C ke poore chapter ka notes de dijiye
    Please

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

    End was fab..😁

  • @Marcos_Vikas
    @Marcos_Vikas Před 3 lety +18

    "If heaven on earth had face"😍

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

    Ma'am please discuss about python language of next programming language playlist...... Thankyou.

  • @harshitrawat9703
    @harshitrawat9703 Před rokem

    thank u mam apke lec ki wajah se meri shoes ki dukan bdya chalri h ...luv u

  • @thedata-ist
    @thedata-ist Před 2 lety +2

    I experimented this:
    #include
    #include
    int main()
    {
    //C programme to illustrate chart of number provided by user//
    int i,t, u;
    scanf("%d",&t);
    i=1;
    while(i

  • @Homelander_0819
    @Homelander_0819 Před 2 lety +4

    video starts from 3:10

  • @abdoulwahababdillahiissa7716

    this is the best explacation i never see like you

  • @prajwalachar5244
    @prajwalachar5244 Před rokem +2

    Thank you dear...... end of the topic your given smile right that super

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

    I liked the end of the video 😂. You're so beautiful mam.

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

    Thank you so much lady!

  • @agajendran4576
    @agajendran4576 Před rokem

    #include
    int main()
    {
    int i,a;
    printf("Type any two numbers (from and to)that you want to show next successive numbers followed by your first numbers= ");
    scanf("%d%d",&i,&a);
    printf("Your starting number is %d and ending numbers is %d",i,a);
    printf("
    Here is the successive numbers");
    while(i

  • @youneedtoknow7945
    @youneedtoknow7945 Před 3 měsíci

    love the ending whaever it was .

  • @LaibaKhan-je4vn
    @LaibaKhan-je4vn Před 7 měsíci +1

    eshaaljannat you are right

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

    Good information, I have programming exams at the April

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

    Watched and Understood. ❤
    As for me, I don't think I'll ever wanna use the do-while loop. I'll just printf the first statement then put my while loop in place. 🤣😂

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

    Thank you mam because your all video help for me

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

    Difference between for and while which is more efficient????

  • @tusharsoni2450
    @tusharsoni2450 Před 2 lety +7

    last scene😍😍😍😍😍😍😍😍😍😍

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

    Thank you for c

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

    HELLO, MA'AM while writing program many time i cannt teminate the program so on running it continuously runs. so HOW CAN I STOP IT ??????

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

    Great Explaination 👌

  • @officialali5790
    @officialali5790 Před 2 lety

    i reallly like your way of teaching

  • @mathunlimited9582
    @mathunlimited9582 Před 2 lety

    आपकी vjh se मैं allahabad university ka छात्र अच्छी तरह cs पढ़ pa rha hoo

  • @awadhbalshikshaniketan2004

    Efforts🔥🔥

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

    Mam plzz teach nested for loop because it is little bit hard to understand than for loop & other loop

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

    Thank You for help me Mi teacher ❤

  • @rushikeshsanap1981
    @rushikeshsanap1981 Před rokem

    Thank you jayanti ma'am

  • @user-od8of7ix3m
    @user-od8of7ix3m Před 8 měsíci +1

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

    Hello mam, I am student in B tech (CSe) . Plz plz mam suggest me how to prepare for Gate exam and score high

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

    Nice Explanation Mam

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

    Waiting for c notes please mam provide notes earlier .

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

    Your language is well and your explanation is also very good

  • @umairashfaq9395
    @umairashfaq9395 Před 2 lety

    Nicely video i like you specking method thank you good girl

  • @kshitijkumar319
    @kshitijkumar319 Před rokem

    Thankyou ma'am ☺️

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

    Mam, can I write the same program using for loop??

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

    Mam thankyou very much❤❤❤

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

    Ma'am, please give tutorial as slow as possible. Please ma'am 🙏

  • @debgoswami6000
    @debgoswami6000 Před 3 lety

    thanks mam for your help

  • @jitucreations8711
    @jitucreations8711 Před 2 lety

    Super mam u r way of teaching ,and u r beautiful mam

  • @tanujdudeja6875
    @tanujdudeja6875 Před 2 lety

    Thanks for this vedio

  • @softmedun6794
    @softmedun6794 Před rokem +1

    Ma'am please aap hindi language me video banaiye n please ma'am bahut problem hota hai

  • @fakharudin1289
    @fakharudin1289 Před 3 lety

    genius ma'am

  • @sai-yj9mj
    @sai-yj9mj Před 2 lety

    Mam ,-------while(int i=0

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

    thank you maaam

  • @shivapavanreddy1412
    @shivapavanreddy1412 Před 3 lety

    Thanks😊

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

    Mam flochart nikalana important hai kay

  • @wingoon7156
    @wingoon7156 Před rokem +1

    sabkuch bounce gaya

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

    🥰🥰😇🥰🥰

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

    3:15

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

    I wish I was a loop, atleast I would have had a girlfriend named 'i'.

  • @korevishal7010
    @korevishal7010 Před 2 lety

    Thank you mam

  • @sohailansari3106
    @sohailansari3106 Před 3 lety

    Aap please sentinel,oederd list, probability search sikhaiye.

  • @bikeshjaiswal2704
    @bikeshjaiswal2704 Před 3 lety

    Tq so much mam

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

    Nice mam

  • @upsquadgamingyt6110
    @upsquadgamingyt6110 Před 2 lety

    Thx a lot 😀😀🥰🥰

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

    Nice

  • @durgfestivalvibes
    @durgfestivalvibes Před 3 lety

    Thankyou mam...

  • @nishitrokad5007
    @nishitrokad5007 Před 2 lety

    nice lecture ma'am

  • @spotoffun
    @spotoffun Před 3 lety

    A lovely lecture Mam!
    But agar urdu me ho jaye to apna dil jeet lenge aap. .THANKS

  • @nivass3777
    @nivass3777 Před 3 lety

    Printf("Nice Explanation Akka");

  • @rajashekaregurla5525
    @rajashekaregurla5525 Před 2 lety

    Ma'am your way of lecturing is super ma'am 🙏

  • @anilghatane777
    @anilghatane777 Před 2 lety

    13:37

  • @AbhishekSingh-gn8vf
    @AbhishekSingh-gn8vf Před 3 lety

    Mam pllz ek introduction main function pe vedio upload krdo🙏🙏🙏🙏that would be fine for all.

  • @suyashdashputre7779
    @suyashdashputre7779 Před 3 lety

    Mam when you are teaching arrays strings and pointers... ?

  • @skeletonplayers9273
    @skeletonplayers9273 Před 3 lety

    I am love with your hair

  • @ayushuniyal2586
    @ayushuniyal2586 Před 3 lety

    Thnx mam

  • @k.n.nithinkumar314
    @k.n.nithinkumar314 Před 3 lety

    Mam please make a video on how to install VS code in windows 10

  • @malikdanish1175
    @malikdanish1175 Před rokem

    Any repated task called loop like while loop, do, for loop 😊

  • @continnum_radhe-radhe
    @continnum_radhe-radhe Před 2 lety +1

    🔥🔥🔥

  • @alkasinghrajput6780
    @alkasinghrajput6780 Před 2 lety

    ##2:33 save time

  • @zasussenior1292
    @zasussenior1292 Před 3 lety

    Bisection method ka ek video banau plzzz

  • @EjazKhan-fr6tp
    @EjazKhan-fr6tp Před 3 lety

    Why U have deleted lecture 46 to 56 ?

  • @kaifaliansari190
    @kaifaliansari190 Před rokem

    Printf("i love you");

  • @srushtireddy1333
    @srushtireddy1333 Před 2 lety

    Superrrr mam

  • @krushnapatil7162
    @krushnapatil7162 Před 2 lety

    Mam you look like actor revthi
    She is in kota factory series

  • @debojitacharjee
    @debojitacharjee Před 2 lety +53

    *THIS IS COMPLETELY WRONG* - there is a differrnce between for and while loop, and the most common difference is that, for loop is used when you know the number of iterations, and it's a definite loop. While loop is used when we don't know about the iteration, and the loop code is executed until the loop confition is false, and it's an indefinite loop. What you have shown here is not formally used with while loops because such increament of the variable should not be used with the while loop. As such increment would make the iterations definite, we can use that with the for loop only.

    • @sanjayvel6763
      @sanjayvel6763 Před rokem +3

      Sir can you show the example please

    • @debojitacharjee
      @debojitacharjee Před rokem +14

      @@sanjayvel6763 // LOOP WHEN WE KNOW THE ITERATION
      #include
      int main() {
      int print_times, i;
      printf("How many times you want to wish?");
      scanf("%d",&print_times);
      for (i=0;i

    • @sanjayvel6763
      @sanjayvel6763 Před rokem +5

      I am impress happy new year sir

    • @sanjayvel6763
      @sanjayvel6763 Před rokem +2

      Sir also please o will understand the basics of an array but I did not the depth of the array.
      For example:
      Array means to store multiple values but I won't know the why we used for loop in array and how to find the prime number and how to find the duplicate and median I will eager to learn sir please tell

    • @debojitacharjee
      @debojitacharjee Před rokem +3

      @@sanjayvel6763 it's very difficult to explain everything in comments but I can tell you that arrays are used in loops to avoid using multiple variables, as a single array can store multiple data. Using a loop we can repeat a block of code by changing the index of an array to read or write data at thr same time.

  • @AdityaRaj-qz1iw
    @AdityaRaj-qz1iw Před 2 lety

    Mam can i write i++ before print statement.

  • @sahana8280
    @sahana8280 Před rokem

    why conio.h is used in this program

  • @ITCE2018
    @ITCE2018 Před 3 lety

    Nice talk

  • @JESUS_FOR_EVERYTHING
    @JESUS_FOR_EVERYTHING Před rokem

    how install c language in laptop

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

    Supe