Do While Loop In C: C Tutorial In Hindi #13

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

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

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

    Bhaiya hr ek video ke end me 1 question diya kro.

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

      Ekdm shi

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

      🙃

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

      you want everything spoonfed to you?

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

      Google kia karo waha lakho questions hai vai

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

      @@kshitijshekhar1144 bodied sumit 🤣🤣🤣

  • @SadamHussain-zj9ei
    @SadamHussain-zj9ei 5 ปีที่แล้ว +109

    Great course so fast thank you so much.

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

      far*

    • @ydafukomi
      @ydafukomi 7 หลายเดือนก่อน +1

      ​@@yashasviagrawal5685 Mind your own business bro. Don't forget you're talking to Saddam Hussain. If you know, you know😂

    • @rajjadhav9617
      @rajjadhav9617 6 หลายเดือนก่อน +1

      🎉❤❤❤❤❤

    • @Land.namazi786
      @Land.namazi786 หลายเดือนก่อน

      ​@@ydafukomiwho is saddam husein

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

      @@Land.namazi786 You should ask, "Who was Saddam Hussain". He was a dictator of Pakistan who killed alot of people. You could call him 'Kim Jong Un' of pakistan lolz

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

    I'm understanding better than college..... Thanks bde Vai🙏💕🙏💕🙏💕🙏💕

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

      Same bruh. So glad I found these series.

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

    Course is going at the perfect pace ! Thank you very much for creating this course !

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

    Thank you so much sir! I did the multiplication table again using the do while loop statement and I got exactly what I wanted earlier but was unable to print it out. Now I can print out authentic multiplication table of any number I want!!! Thank you so much!!
    Edit: it took only 16 lines of code to complete it!

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

      May you please comment the code of multiplication table !

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

      @@ashishredhu2379 This is without using loops.
      # include
      int main()
      {
      printf("Here, we will print the multiplication table of the number entered by you.
      Please enter the number.
      ");
      int a;
      scanf("%d", &a);
      printf("%d x 1 = %d
      ", a, a*1);
      printf("%d x 2 = %d
      ", a, a*2);
      printf("%d x 3 = %d
      ", a, a*3);
      printf("%d x 4 = %d
      ", a, a*4);
      printf("%d x 5 = %d
      ", a, a*5);
      printf("%d x 6 = %d
      ", a, a*6);
      printf("%d x 7 = %d
      ", a, a*7);
      printf("%d x 8 = %d
      ", a, a*8);
      printf("%d x 9 = %d
      ", a, a*9);
      printf("%d x 10 = %d
      ", a, a*10);
      return 0;
      }

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

      @@arandomperson5107 just use index = index +1 ; using do while loop
      no use for writing this long

    • @Ramesh-ps7yn
      @Ramesh-ps7yn 2 ปีที่แล้ว +5

      @@ashishredhu2379 #include
      int main(){
      int num,index=0;
      printf("enter the number which u want multiplication table of
      ");
      scanf("%d", &num);
      do {
      index=index+1;
      printf("%dx%d = %d
      ",num,index, num*index);
      }while(index

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

    Sir maine Kaafi time Pehle C kiya tha, this time I am in PG from IIT(ISM), bahut faayda ho raha hai...Aap bahut achcha sikha rahe hai.... It's very Nice to learn from Here....

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

      ism dhanbad??

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

      @@mdalikhan9712 yes but right now, I m in IIT PATNA

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

      @@Priyam233 How college changed, partial dropped or mtech?

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

      @@invincible6230 Persued M.Tech.

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

      Ab kis college me ho bhai ​@@Priyam233

  • @63_shayna79
    @63_shayna79 3 ปีที่แล้ว +72

    I'm in a BCA student ,right now I'm in 3rd semester.
    There is c++ in my slaybus .
    But i can't understand it because past semester university take decisions of online class.
    So i think firstly I can learn C from you then I switch up on C ++
    Thank you❤

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

      From which university you belong

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

      No learn c++ first
      Then you can easily switch to c

    • @63_shubham_vadhariya87
      @63_shubham_vadhariya87 2 ปีที่แล้ว

      which university you study ?

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

      i am also bca student and in my syllabus there is c language in first year of bca .... and this man helps me alot by doing this all work ...keep going ...

    • @63_shubham_vadhariya87
      @63_shubham_vadhariya87 2 ปีที่แล้ว

      @CSE-04 Rituraj Pal lol 😂😂😂😂

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

    Harry bhai u r rock
    Thank you so much for providing this great knowledge

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

    O bhai sahb college to bs nam ka hai ..asli gyan to aap de rhe ho🔥❤️

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

      Bhai , Najar mt lga yaar aise, blki duaye de sir ko ki sir aise hi pdhate rahe blki zoom mae bhi aa jaye one one one padhana . lol

  • @MrKHAN-oi5pw
    @MrKHAN-oi5pw 3 ปีที่แล้ว +8

    thank you very much for providing this course for free, that's really great.

  • @Hunter-ql9ij
    @Hunter-ql9ij 4 ปีที่แล้ว +2

    sir, itna acha se samjahya ki meiny apne pehly attempt mein hi multiplicaton table ka programing kr lia. with zero error....thank you so much sir

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

      Syntax btado table ka mujhe bhi krni h

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

    //Numbers from 100 to 1
    int main() {
    int num, index = 100;
    printf("Enter your number: ");
    scanf("%d", &num);
    do {
    printf("%d", index);
    index = index - 1;
    } while (index >= num);
    // want to hang vs code temporarily. just change '>' to '

  • @Fantasies_world
    @Fantasies_world 2 หลายเดือนก่อน +3

    Code to print multiplication table
    #include
    int main(){
    int a,i=1;
    printf("Enter a number");
    scanf("%d",&a);
    do{
    printf("%d
    ",i*a);
    i++;
    }
    while(i

  • @softwareword1507
    @softwareword1507 5 ปีที่แล้ว +10

    Bro i have one request for you
    Make this course basic to advance and also tell about how we make graphics in c . And give complete knowledge about c . ❤️❤️❤️❤️
    Love you bro

  • @RohanDasRD
    @RohanDasRD 5 ปีที่แล้ว +22

    Bhai Ek Video Chahiye To Learn AI Using Python!

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

    Code to print the multiplication table of a given number is
    #include
    int main()
    {
    int num , i=0 ;
    printf("Enter the number you want the multiplication table of
    ");
    scanf("%d", &num);
    printf("The multiplication table of %d is
    ", num);
    do
    {
    printf("%d
    ", num*(i+1));
    i=i+1;
    } while (i

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

      Nice bro, it's working

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

      I tried this ques it has compiled but when I m giving a no.then no table is printed

    • @Hbjbmlsi
      @Hbjbmlsi 22 ชั่วโมงที่ผ่านมา

      Good but with for loop it is more easy and structured.

  • @Vedha-qc5ei
    @Vedha-qc5ei ปีที่แล้ว +1

    thank you so much

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

    Going with a very nice Speed ❤️❤️

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

    Bhai 3 Sal pahle q nahi mile😫. Afsos but late comes best comes. You are good teacher🙋.

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

    Bhaiya, aap ka padhane ka style bahot e achha h, neither slow nor fast. Keep doing great work and help the needy people like this.
    Thank you so much

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

    i am student b.tech 1year and iam watching c program language thanku sir jii

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

    agar printf ke andar index +1 karne ke ba
    dle printf ko ( index = index + 1 )ke baad rakhe to bhi zero ke badle 1 se start hoga

  • @manishsingh-yd6vc
    @manishsingh-yd6vc 2 ปีที่แล้ว +1

    sir aap bohot achai tra se smjhate ho sir oske liy very thanks full for you but sir mera ek doubt tha ki aapne jo int main ke baad brekit me %d ka use kiya he wo kiu kiya he sir please solve my doubt

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

    Thankyou bhaiya, your explanation is superb

  • @janhvinarayan1633
    @janhvinarayan1633 11 หลายเดือนก่อน +2

    sir can you make a separate video about return statement, like what's its purpose and how does it work, it was in python too during my school days and I couldn't understand its working, how's it different from print statement ?

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

    Thank you for this course sir

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

    You are really great person sir...🙏🙏... thank you so much sir...

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

    this course is really helping me alot

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

    dez videos r helping a lott fr my cs exams

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

    Bhai course bilkul sahi hai bas aap 10-20 practice questions ki ek file dedo jisse hum log loops ki practice kr skein.
    Jaise school me ma'am bhot sare alag alag questions karati hai pattens etc. Ke

    • @JayPatel_jp10
      @JayPatel_jp10 3 หลายเดือนก่อน +2

      Bhai tu 2 saal baad comment kar raha hai😅

    • @AwesomeCodings
      @AwesomeCodings 2 หลายเดือนก่อน +1

      @@JayPatel_jp10 aur tu us 3 saal purane comment par reply kar raha hai

    • @JayPatel_jp10
      @JayPatel_jp10 2 หลายเดือนก่อน +3

      @@AwesomeCodings kyunki tu mujhe reply de sakta hai but Harry tujhe reply nahi dega🙃

  • @viveksoni1923
    @viveksoni1923 5 ปีที่แล้ว +6

    Brother these videos are very helpful. great

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

    I watch our videos regularly..thnx

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

    Thik padha rhe ho bhaiya.koi problem nahi hai.❤

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

    Harry bhai...woo
    Index=Index+1;.......ko ++index; se replace kar skte hai ky...?
    Love ur way of teaching

  • @AshuAshupal-j6m
    @AshuAshupal-j6m 24 วันที่ผ่านมา +2

    We need more ques for practice 😊

  • @ManishDutt-nh9dd
    @ManishDutt-nh9dd 3 ปีที่แล้ว +1

    waahhh bro waahhh thank you so much bro 😀 muje samaj aaa gyaaa do while loop 🤟😁

  • @SoyalShah-x9t
    @SoyalShah-x9t 8 หลายเดือนก่อน +1

    #include
    int main()
    {
    int i=0, j;
    printf("Enter a number which you want to obtain multiplication table
    ",j);
    scanf("%d",&j);
    do{
    printf("%d
    ",i);
    i=i+j;
    }while (i

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

    Excellent video I have cleared all my doubts

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

    harry bbhai you doing great job finally i understand th eflow of looops good job brother love you .... i am bca student and c language is in my syllabus ... and with your help i can succed thank you bhai love u bhai .....bhot bhot shukriya .....

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

    awesome explanation

  • @Cricketclips890-mt3fn
    @Cricketclips890-mt3fn 9 หลายเดือนก่อน

    Sir all is well going at your Platform❤❤❤ but the thing is if you helps us to solve many questions it would be more Amazing

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

    Course ka pace ekdam shi hai bhaiya.
    Thanks Harry Bhaiya

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

    wow sir.....its very cool to learn.......sir, how can I count user input numbers like 1, 2, 3 = 3 numbers using loop ?....plz sir tel me the way......thanks for this

    • @karnt8227
      @karnt8227 4 ปีที่แล้ว

      Bro didn't get ur Q ...
      Plz ask in details

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

    #include
    int main()
    {
    int num, index = 0;
    printf("Enter a number
    ");
    scanf("%d", &num);
    do
    {
    printf("%d
    ", index+1);
    index = index + 1;
    } while (index < num);
    return 0;
    }

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

    Great job Harry bhai

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

    sir kindly make a video on analysis and design of algorithms Please

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

    Bhai mst video hai maine aadha course csukh liya

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

    Your teaching is World best teaching for me sir😊 I am thankful for your helpful video's 🙏

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

    the pace is normal understandable enough thanks

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

      When will the condition be false?

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

    Your teaching method is great!!

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

    Happy Teacher's Day🙏🏻

  • @SANJAYDAS-zh7fw
    @SANJAYDAS-zh7fw 2 ปีที่แล้ว +1

    Perfect course!! Thank you Harry bhai.

  • @noomanrazakhan6373
    @noomanrazakhan6373 4 ปีที่แล้ว

    Bhai ek dum badhiya. Sab smjh aa rha hai abb tak. 🙏🏻

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

    Thanks Harry Bhaiya

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

    Are waah iske jariye badi asaani se 19 ka table likh sakte hain😄👏
    Kyuki hm jitna bar v yaad krte tab bhi bhul jate the.
    Very very thank you 😂😂😂🤣🤣😂🤣

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

    Code to print a multiplication table of a number:
    #include
    int main()
    {
    int a,b=0;
    printf("Enter the number of which you want multiplication table:
    ");
    scanf("%d",&a);
    do
    {
    b = b + 1;
    printf("%d x %d = %d
    ",a,b,a*b);
    }while(b

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

      I'll give you a little better code.
      #include
      int main()
      {
      int i, limit, index = 1;
      printf("Enter the number you want multiplication table of:
      ");
      scanf("%d", &i);
      printf("Enter the limit of your multiplication table:
      ");
      scanf("%d", &limit);
      printf("The multiplication table of %d is :
      ", i);
      do
      {
      printf("%d x %d = %d
      ", i, index, index * i);
      index = index + 1;
      } while (index

  • @mr.rupesh_kumar___mrk
    @mr.rupesh_kumar___mrk ปีที่แล้ว

    नहीं भाई एक दम सही और परफेक्ट टेचिंग कर रहे हैं

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

    thnks finally my loops concept is cleared👍🏻

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

    Thanks a lot sir for this series.😊😊😍😍😍

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

    sir mere bi programme ho rah hai executed.so i really like your course.

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

    perfect solution of ex table.
    #incude
    int main() {int num, i=1;
    printf("enter the number you want the table of
    ");
    scanf("%d",&num);
    do
    { printf("%dx%d=%d
    ",num,i,num*1);
    i=i+1;}
    while (i

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

    Bhau complete pace neither fast nor slow

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

    Bhayia ap bohot accha palate ho💥❤

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

    Thank you sir 😍😍

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

    my perfect tutor

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

    Sir your course is perfect and explanation is very good thank you very much 💖💖💖

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

    Great teaching with great speed 😘😘😘

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

    It was really helpful,thank you..🙏

  • @anirudh1045
    @anirudh1045 4 ปีที่แล้ว

    Bohot sahi course speed hai sub smajh mein aa raha hai harry bhai😇😇😇😇😇😇

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

    u are teaching so very good sir and its course no fastly

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

    Sir your course is great and its pace is good.I just have one doubt that how can I practice it more ?

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

      you can download the book pdf named as "let us c" .

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

      for practicing different programs....i will suggest use offline C compiler.... I'm using "coding c" named offline C compiler on my phone...easy to use and easy to carry...we can practice anytime we want....give it a try...

  • @atifmalik8012
    @atifmalik8012 8 หลายเดือนก่อน +1

    Multiplication table using do while loop
    #include
    int main() {
    int n, i=1;
    printf("Enter the number you want multiplication table of :");
    scanf("%d",&n);
    do{
    printf("%d×%d=%d
    ",n,i,n*i);
    i +=1;
    }while(i

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

    Thank you bhaiya!

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

    you are teaching with good speed

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

    Thank you..

  • @MayankSharma-jl6rc
    @MayankSharma-jl6rc 3 ปีที่แล้ว +3

    Sir , you are going with decent speed !!,you are great !!

    • @LOL-pj5lo
      @LOL-pj5lo 4 หลายเดือนก่อน

      brother can you help me with a code??

    • @LOL-pj5lo
      @LOL-pj5lo 4 หลายเดือนก่อน

      #include
      /*
      factorial calculator using do while
      */
      int main()
      {
      int a, n, i = 0;
      scanf("%d" , &n);
      do
      {
      i += 1;
      a = n;
      a = a*(n - i);


      } while (i < (n-1));
      printf("%d", a);
      return 0;
      }

    • @LOL-pj5lo
      @LOL-pj5lo 4 หลายเดือนก่อน

      can you please tell What Im doing wrong??....

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

    हरि भाई आप मस्त तरीके से समझाते हो

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

    harry bhai speed normal he kyun ke achi tara samjh me aja ta he aur maza ata he

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

    Harry bhai aap to bahut acha padate ho kash aap mere teacher hote college me

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

    Course Going Well I request to give more than one example and Give a task and I had a doubt that ,all numbers in this out put comes one by one like
    1
    2
    .
    .
    10
    I want to get output like
    1 6
    . .
    . .
    5 10
    Like this how can I get like this..Pls tell me

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

    thanksss bahi for such an amazing cource

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

    ek dam sahi padha rahe ho bhai

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

    Ekdum op ho aap harry sir

  • @PRIYANSHUSINGH-sw6pi
    @PRIYANSHUSINGH-sw6pi 4 ปีที่แล้ว

    Best course for c ever seen

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

    Great explanation..🙏🏻👍

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

    definately better than college thankyou so much

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

    its easy to understand for beginners, thank you sirji ....

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

    Bohat khub harry bhai..👌

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

    You made it freaking easy

  • @sunilchhetariya
    @sunilchhetariya 5 ปีที่แล้ว

    No you are apply good methods in this corsh

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

    Course best chal rha hai

  • @SanjayYadav-by4ie
    @SanjayYadav-by4ie ปีที่แล้ว +1

    I am watching this video 2023 sir your expilattion amzing every concep Cristal and clear thanks up lot😊

    • @Sarthak-wh1dl
      @Sarthak-wh1dl 6 หลายเดือนก่อน +1

      Bhai spellings💀💀😂

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

    Sir you are great

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

    Great job..
    Take love from Bangladesh

  • @R.C_anime_edits
    @R.C_anime_edits 2 ปีที่แล้ว +1

    Bhaiya apne pehele jo output dikhaya uspe 3 enter karne se 0,1,2 output aya. But uske bad me 45 enter karne se 0 to 45 output kaise aya? I mean as per the program it should be stopped before giving 45 as output. So how is this possible?
    Please explain bhaiya🙏🙏

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

    bro you are my vartual friends. but when you give me more projects so i think i can perform better

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

    Harry Bhai...💓

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

    Thank you 😊 for sharing knowledge

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

    done sir..

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

    sir your mathod is so best sir thank you so much sir