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

Sdílet
Vložit
  • čas přidán 19. 06. 2020
  • C language complete tutorial for Beginners...?
    • C Programming
    Please Subscribe our Channel....
    Learning C and Oops
    🙏🙏🙏
    Like our Facebook Page....
    Learning c and Oops
    Don't forget to tag our Channel...
    #ask4help

Komentáře • 71

  • @user-jq6xc3fq6g
    @user-jq6xc3fq6g Před 4 měsíci

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

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

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

  • @preethammm4660
    @preethammm4660 Před rokem +1

    Next level of explanation 💯💯⚡👍

  • @NehaSharma_nsds
    @NehaSharma_nsds Před 7 měsíci +2

    Thank you sir I needed this 🥰💜

  • @Zoro_01233
    @Zoro_01233 Před rokem

    This was really helpful tysm♥️

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

    Thankyou bhai ek number👍

  • @CG_vacancy_wala
    @CG_vacancy_wala Před rokem +2

    Thank bro... Very nice explanation ❣️

  • @Mr_jay_motivation
    @Mr_jay_motivation Před rokem

    Nice video TQ useful information ❤️

  • @kavita_raikwar_
    @kavita_raikwar_ Před 11 měsíci +1

    crystal clear..👍

  • @Manojsharma12328
    @Manojsharma12328 Před rokem

    Bahut bahut dhanyawad sir

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

    Good explanation

  • @vaibhavgupta777
    @vaibhavgupta777 Před 2 měsíci +1

    Thank You Sir So So Much🙏🙏🙏🙏

  • @AnjaliKumari-vm4ce
    @AnjaliKumari-vm4ce Před 3 lety +1

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

  • @ritikasoni937
    @ritikasoni937 Před rokem +1

    Thank u ❤😊

  • @education_15
    @education_15 Před 2 lety

    Thanks sir❤

  • @khushigupta5057
    @khushigupta5057 Před rokem +1

    It's really understanding and easy to get.

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

    Well explain

  • @anchitakumari344
    @anchitakumari344 Před 2 lety

    Thanku sir

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

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

  • @fallofmanbrand
    @fallofmanbrand Před 4 lety

    nice video bro

  • @Raj_Aranya
    @Raj_Aranya Před rokem

    Thnx sir

  • @BCAknowledge21
    @BCAknowledge21 Před 10 měsíci

  • @DeepakChaudhary-di9yu
    @DeepakChaudhary-di9yu Před 3 lety

    badiya

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

    Mast he video

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

    😊

  • @kumarbty1221
    @kumarbty1221 Před 3 lety

    😁 loop Bana dala Apne tho😁😁😁😄🥰

  • @ishwarsinghrajpurohit5300

    What are labels in this please explain. 🙏

  • @RakeshKumar-wo4kv
    @RakeshKumar-wo4kv Před rokem

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

  • @blue_ibell
    @blue_ibell Před rokem

    Sir apne clrscr conio.h getch use ku ni kiye

  • @tejaswinidhakad07
    @tejaswinidhakad07 Před rokem

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

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

    Sir u r using dev++ ❤️

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

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

  • @baishakhiduley1715
    @baishakhiduley1715 Před 2 lety

    Sir Why you are using return 0; ?

    • @LearnCodingOfficial
      @LearnCodingOfficial  Před 2 lety

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

  • @aryamansingha9984
    @aryamansingha9984 Před 2 lety +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

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

    omg dynamo on ads

  • @onlineteacher3986
    @onlineteacher3986 Před 3 lety

    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  Před 3 lety

      Please write your source code in comment section

    • @onlineteacher3986
      @onlineteacher3986 Před 3 lety

      #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 Před 3 lety

      @@onlineteacher3986 same problem exit function not working

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

      Please write exit(0) or exit(1)

    • @dominikkai1452
      @dominikkai1452 Před 2 lety

      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 Před 2 lety

      @Dominik Kai Instablaster :)

    • @dominikkai1452
      @dominikkai1452 Před 2 lety

      @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 Před 2 lety

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

  • @rehan8227
    @rehan8227 Před rokem

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

    • @preetbhanushali768
      @preetbhanushali768 Před rokem

      Bro goto mai infinity mai answer sabka aata hai

    • @preetbhanushali768
      @preetbhanushali768 Před rokem

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

  • @RakeshKumar-wo4kv
    @RakeshKumar-wo4kv Před rokem

    Please banaiye sir bahut problem ho raha hai

  • @user-rd6dh8pb9j
    @user-rd6dh8pb9j Před rokem

    Ik sample program brother that's defficult

  • @PinkySwain5
    @PinkySwain5 Před 3 lety

    What is label ?

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

      @@LearnCodingOfficial thanks

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

      No problem 😊

  • @RakeshKumar-wo4kv
    @RakeshKumar-wo4kv Před rokem

    Baaki se samajh nahi aa raha hai

  • @Verma-cj1sn
    @Verma-cj1sn Před rokem +5

    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