Loop Control Statements − break and continue

Поділитися
Вставка
  • Опубліковано 20 чер 2018
  • C Programming & Data Structures: break and continue statements in C programming.
    Topics discussed:
    1) Break statement.
    2) Programming example of break statement.
    3) Continue statement.
    4) Programming example of continue statement.
    C Programming Lectures: goo.gl/7Eh2SS
    Follow Neso Academy on Instagram: @nesoacademy(bit.ly/2XP63OE)
    Follow me on Instagram: @jaspreetedu(bit.ly/2YX26E5)
    Contribute: www.nesoacademy.org/donate
    Memberships: bit.ly/2U7YSPI
    Books: www.nesoacademy.org/recommende...
    Website ► www.nesoacademy.org/
    Forum ► forum.nesoacademy.org/
    Facebook ► goo.gl/Nt0PmB
    Twitter ► / nesoacademy
    Music:
    Axol x Alex Skrindo - You [NCS Release]
    #CProgrammingByNeso #CProgramming #breakStatement #continueStatement

КОМЕНТАРІ • 137

  • @dsa3702
    @dsa3702 3 роки тому +33

    Realizing in 2020, WAP.. is something else now 🤣🤣

  • @SifenAbdi-sl6lz

    am stuck on the fact WAP means "WRITE A PROGRAM"

  • @patrickdaly7876
    @patrickdaly7876 2 роки тому

    is this used alot, i have a feeling this is a bit of a lousy programming style, couldnt both of these commands be executed just by changing the syntax of the loops a bit?

  • @brockolious
    @brockolious 3 роки тому +23

    The best C Programming guide and explanations I have ever seen for beginners like me. Clear, concise explanations that we can immediately use in our own C programs. To everyone studying for exams, good luck and you'll do awesome!!!

  • @pradipmalla8059
    @pradipmalla8059 4 роки тому +48

    this channel deserves much more subscribes....you guys are doing really great job ..thanks alot !

  • @nahlaabouchakra7074
    @nahlaabouchakra7074 3 роки тому +1

    why did you put n=n+2;

  • @yoursnoorie
    @yoursnoorie 2 роки тому

    I HAVE A DOUBT IN THIS PROGRAM N=N+2....SO WHY IT IS NOT IMPLIMENTING WHEN THE VALUE OF N=2 THE IT SHOULD BE 4 ...AND AFTER INCREMENTING IT SHOULD BE 5 SO WHERE THE THREE GOES

  • @harpreethundal9814
    @harpreethundal9814 Рік тому +1

    in my practical exam i saw a question which starts from WAP at that time i thought 🤔 it is out of syllabus and i did not tell to any

  • @thripthi5298
    @thripthi5298 2 роки тому

    Why am I getting output as 2345....1920🥺

  • @nitishsah1060
    @nitishsah1060 2 роки тому +6

    Sir you are taking the profession of teaching to next level such a well narrated lecture at free of cost! Thanks a lot sir

  • @hritikvasuja6250
    @hritikvasuja6250 4 роки тому +116

    What a lecture sir.

  • @ItachiUchiha-mm5ov
    @ItachiUchiha-mm5ov Рік тому +7

    This seemed much easier for me for continue

  • @Maya_s1999
    @Maya_s1999 Рік тому +4

    Fantastic lecture! Concise and the differences between break and continue super clear!

  • @sakshisrivastava7033
    @sakshisrivastava7033 3 роки тому +3

    I have been always in doubt with this topic.. Thank you so much for this lecture

  • @rajeevKr07
    @rajeevKr07 4 роки тому +6

    Alternate solution using previous knowledge of while loop thank you neso academy 🙏❤

  • @aswithasai4015
    @aswithasai4015 2 роки тому

    Thank you very much from the bottom of my heart you don't know how much these lectures are helping like me beginners .

  • @noaMurcianOfficial
    @noaMurcianOfficial 3 роки тому +12

    I think that the second example is to complicated,

  • @r.ksharma2321
    @r.ksharma2321 3 роки тому +1

    Thank you 🖤🖤🖤 so much for clearing all of my doubt easily

  • @yadhuss919
    @yadhuss919 4 роки тому +2

    I before watching this video I was confused with this topic but now I understand how easy it was

  • @Codenames560
    @Codenames560 4 роки тому +1

    Thanks - I wrote down your definition for 'Continue'.