Goto statement in c programming | goto jump statement syntax and flowchart in c language

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

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

  • @VaishnaviGaware-u5m
    @VaishnaviGaware-u5m 10 หลายเดือนก่อน +2

    😊😊From Many days today finally I understand the goto statement...
    Thank you so much sir..........!🙏🙏🙏

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

    Thank bro... Very nice explanation ❣️

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

    Thank you sir I needed this 🥰💜

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

    Nice video TQ useful information sir❤❤

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

    Well explain

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

    Thankyou bhai ek number👍

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

    Thank You Sir So So Much🙏🙏🙏🙏

  • @AnjaliKumari-vm4ce
    @AnjaliKumari-vm4ce 4 ปีที่แล้ว +1

    Thanks a lots sir ..bohot aacha sa samaj aa Gaye ❤️❤️ thank u very much

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

    Next level of explanation 💯💯⚡👍

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

    thanx sir 🙏🙏🙏excellent way of teaching👍👍👍

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

    Very good explanation sir......I need continue program

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

    It's really understanding and easy to get.

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

    This was really helpful tysm♥️

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

    Good explanation

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

    Mast he video

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

    crystal clear..👍

  • @Rakesh-dd2tf
    @Rakesh-dd2tf 9 วันที่ผ่านมา

    Nice sir

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

    Thank u ❤😊

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

    😁 loop Bana dala Apne tho😁😁😁😄🥰

  • @RakeshKumar-wo4kv
    @RakeshKumar-wo4kv 2 ปีที่แล้ว

    Sir please return jumping statement in c aur exit jumping statement in c par alag alag video banaiye

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

    In the 2nd program Where backward jump will be used --> "jump" keyword will not used in this program instead of jump , will be used
    correct program will be
    #include
    int main()
    {
    int n=1;
    label:
    printf("%d
    ,n);
    n++;
    if(n

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

    nice video bro

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

    Thanks sir❤

  • @DeepakChaudhary-di9yu
    @DeepakChaudhary-di9yu 4 ปีที่แล้ว

    badiya

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

    Sir u r using dev++ ❤️

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

    Thnx sir

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

    Thanku sir

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

    What are labels in this please explain. 🙏

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

    Sir apne clrscr conio.h getch use ku ni kiye

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

    In 1 st program exit(0) ; is showing error 'exit' should have a prototype.
    Can u explain plz?

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

      header file =process.h krke dekho

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

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

    😊

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

    Sir plz help me turbo pr exit (0); kr rahi hu to odd no run krta h but even ka output nhi aata

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

      Please write your source code in comment section

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

      #include
      #include
      Void main()
      {
      Int n;
      Printf("enter no");
      Scanf("%d",&n);
      If(n%2==0)
      Goto even;
      Else
      Goto odd;
      {
      Even:
      Printf("even");
      Exit(0);
      Odd:
      Printf("odd");
      }
      Getch();
      }

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

      @@onlineteacher3986 same problem exit function not working

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

    Sir exit statement lgane pr error aa rha h
    The function(exit( )) need a prototype
    Pls anybody can mention the solution of this problem 🙏🙏

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

      Please write exit(0) or exit(1)

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

      i guess Im asking the wrong place but does anybody know of a method to log back into an Instagram account..?
      I was dumb forgot the login password. I would love any tricks you can give me.

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

      @Dominik Kai Instablaster :)

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

      @Emilio Zahir Thanks for your reply. I found the site thru google and Im waiting for the hacking stuff now.
      I see it takes quite some time so I will get back to you later when my account password hopefully is recovered.

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

      @Emilio Zahir It worked and I now got access to my account again. I am so happy!
      Thanks so much, you saved my ass!

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

    omg dynamo on ads

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

    Sir Why you are using return 0; ?

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

      Return 0 used when your function Return type should be int otherwise not

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

    Sir mai ye program kar rahi hai tho output infinity num aa raha hai plz clarify my doubt

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

      Bro goto mai infinity mai answer sabka aata hai

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

      Just be conscious while typing programs otherwise there is nothing too difficult in syntax of goto

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

    Sir is it necessary for learning a coding?
    ,can we skip this ?
    I am excellent in "for loop ",can I skip this?...

  • @RakeshKumar-wo4kv
    @RakeshKumar-wo4kv 2 ปีที่แล้ว

    Please banaiye sir bahut problem ho raha hai

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

    Ik sample program brother that's defficult

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

    What is label ?

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

      label is a Identifier that transfer program control one point to another and execute particular code according to bottom up approach. Ex- goto a:
      a;

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

      @@LearnCodingOfficial thanks

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

      No problem 😊

  • @RakeshKumar-wo4kv
    @RakeshKumar-wo4kv 2 ปีที่แล้ว

    Baaki se samajh nahi aa raha hai

  • @Verma-cj1sn
    @Verma-cj1sn 2 ปีที่แล้ว +8

    i disliked the video because of your distractons.....when i tried to focus ...the flow always breaked cause of ads.....so keep it at the strting of video or at the end

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

      Noted

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

      Thank God you're getting a Good teacher to teach
      Even in class you don't want adds
      Y don't u don't like adds when watching a Fucking movie