Printing Patterns in C - Part 2| C Language Tutorial

Поделиться
HTML-код
  • Опубликовано: 23 окт 2024

Комментарии • 152

  • @NareshIT
    @NareshIT  5 лет назад +20

    Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: goo.gl/HIB0wL

    • @janhavidalvi6754
      @janhavidalvi6754 4 года назад +1

      Sir, if v assumed i as column & j as rows; will the program change?

    • @AnshuKumar-pw9gv
      @AnshuKumar-pw9gv 4 года назад

      Outer decrement and inner decrement Ka bhi ek Baar bathaa do

  • @molyoxide8358
    @molyoxide8358 5 лет назад +38

    sir you made me to develop interest in C.
    pls continue and support us.

  • @AmitKumar-nf1cd
    @AmitKumar-nf1cd 6 лет назад +50

    sir, jo maine 4 saal engineering clg me na sikh paya ..wo aaj degree milne k baad samjh aya finally...thanks god.

  • @mohanrajutalari7660
    @mohanrajutalari7660 4 года назад +16

    main()
    {
    int i;
    for(i=1;i

  • @swiftiessan8082
    @swiftiessan8082 4 года назад +9

    Finally I understood the logic behind the pattern printing.Thank you so much sir

  • @RawFromCam
    @RawFromCam 4 года назад +21

    BEST EVER VIDEO FOUND FOR THIS CONCEPT❤❤❤

    • @sourabhkaushik7687
      @sourabhkaushik7687 4 года назад +2

      yes

    • @sourabhkaushik7687
      @sourabhkaushik7687 4 года назад

      Ye kon hote hai jo like krke chle jaate hai kam se kam btaa diyaa kro chat krke , god ki tarah blessed krke gayab 😂😂😂😂😂

    • @RawFromCam
      @RawFromCam 4 года назад

      @@sourabhkaushik7687 kya btana h 😂

    • @sourabhkaushik7687
      @sourabhkaushik7687 4 года назад

      @@RawFromCam to wo like krne wale aap the 😂😂😂

  • @truptimore5502
    @truptimore5502 4 года назад +4

    Hello sir, I am really very thankful of Naresh IT institute☺️ for providing top class faculties🙏.Also I am very thankful of Shrinivas Sir😇 I have learned C programming at this platform.I got a wonderful learning experience with deep concepts analysis.It makes my time productive during this lockdown period and boostup my knowledge.Well I am from a very small village of Maharashtra sending lots of love and best wishes for such a great initiative.
    Once again Thankyou 😇 Thankyou so very Much..........🙏and I am gonna switch another courses that you are providing.

  • @NAYANHOSSAIN-yn3bs
    @NAYANHOSSAIN-yn3bs 3 года назад +2

    Thanku so much sir for giving the best tutorial for C language i haven't understand from many teachers but listening to your lecture i understood in a very lineant way. Tnku so much sir

  • @jaidapuramprathyusha85
    @jaidapuramprathyusha85 5 лет назад +12

    Tq so much for explain so patiently and clearly sir🙏🙏🙏❤️God bless u sir.

  • @sridhar-i2b
    @sridhar-i2b 5 лет назад +4

    Srinivas Sir ,
    Your lessons are Great & eloquent..
    U teach better than any of our staff...
    I want lessons on cloud computing from You...
    Please...
    All the best SIR

  • @dhara9153
    @dhara9153 4 года назад

    Sir. Thank you so much. Aapko bhi nahin pata sir aapne kitna bada kaam kia he .aapke lia ya choti baat hogi par hamare lia ya bahut badi baat he sir. Jo kaam itne bade bade clg main nahin sikh paye ya aap sikha rahehen. Voo bhi free main.thank u sir

  • @SmartProgramming
    @SmartProgramming 6 лет назад +4

    really great, beautifully explained, thanks a lot sir 👍👍

  • @rameshgohil8556
    @rameshgohil8556 3 года назад +3

    #include
    #include
    Void main()
    {
    Clrscr();
    For(;;)
    {
    Printf("tank you so much Sir
    ");
    }
    getch();
    }

  • @cyrusb.5944
    @cyrusb.5944 11 месяцев назад

    Thank you very much sir. I finally understood the logic behind printing star patterns.

  • @SAM90909
    @SAM90909 4 года назад +3

    I was looking for the detailed explanation of c loops. Thanks you so much Sir. Great respect for you Sir.

  • @shivamgpt499
    @shivamgpt499 8 лет назад +6

    This is fantabulous mr.. Srinivas

  • @vineelasurisetti7825
    @vineelasurisetti7825 5 лет назад +1

    Sir, your explanation is excellent even who don't know about programming they will also understand easily...tq for your videos and plzz keep videos on python

  • @adityamisra7702
    @adityamisra7702 3 года назад +1

    thanks sir , this doubt which crept in me from class 10 , is finally cleared now

  • @minakshibhoyar1848
    @minakshibhoyar1848 4 года назад +2

    finally ,i completed to know about pattern. thank you so much ,sir :)

  • @bankeshroy4569
    @bankeshroy4569 6 лет назад +4

    for outer decrements and inner increment
    for (i=5;i>=1;i--);
    {
    for(j=i;j

  • @mubasheer5584
    @mubasheer5584 5 лет назад +4

    Crystal clear.

  • @barkatulislam4639
    @barkatulislam4639 4 года назад +1

    Sir I love your way of teaching 👌👌👌

  • @assu6459
    @assu6459 5 лет назад +10

    sir, can u pls explain for outer loop decrement and inner loop increment..?

    • @abhinayreddy9382
      @abhinayreddy9382 5 лет назад +19

      this one
      int main ()
      {
      int i, j;
      for (i = 5; i >= 1; i--)
      {
      for (j = i; j

  • @ashamach
    @ashamach 3 года назад

    Thankyou so much sir .It is very intresting and looks very easy while you are teaching.

  • @ravikantmishra759
    @ravikantmishra759 5 лет назад +1

    Great teacher and fabulous technique to teach students

  • @googledon165
    @googledon165 6 лет назад +1

    very good such a great teaching skill you have.......

  • @ritikhmusic5520
    @ritikhmusic5520 5 лет назад +1

    sir best teaching ever, even a 9 or 10 grade student can understand you

  • @vishhmalhotra5670
    @vishhmalhotra5670 6 лет назад +2

    that was great sir...i was really confused but just watching your tutorial it make too easy to understand.. hats off to u sir

  • @Ramyasreekalathoti
    @Ramyasreekalathoti 3 года назад +1

    Simply amazing sir 💞 seriously I became a fan of you sir❤️

  • @-saidinakaranJP
    @-saidinakaranJP 3 года назад

    i love ur channel and it was so easy to learn thanku so much sir

  • @virat4950
    @virat4950 2 года назад

    Some tricky conditions to write this programs
    It is totally based on our knowledge??
    Tq sir
    Just practice more programs and then you will get the outputs correctly 💐💐🙏🙏🙏🙏

  • @harshagupta1707
    @harshagupta1707 3 года назад

    Schools needs this kinda teachers.....

  • @38_pareeshwanathmo45
    @38_pareeshwanathmo45 3 года назад +1

    ur r amazing sir

  • @ganeshjaggineni4097
    @ganeshjaggineni4097 2 года назад

    NICE SUPER EXCELLENT MOTIVATED

  • @sarabnoorsingh8293
    @sarabnoorsingh8293 4 года назад +1

    No words to thank you sir🙏🙏

  • @talashganvir4144
    @talashganvir4144 3 года назад +2

    Sir, I change only one thing from your previous code and it working properly.
    #include
    int main()
    {
    int i, j;
    for(i = 1; i

  • @tarunchaudhary4519
    @tarunchaudhary4519 5 лет назад +2

    best teacher ever . thank you so much sir

  • @coder2684
    @coder2684 4 года назад

    Superb teaching skill sir💓

  • @neha6338
    @neha6338 4 года назад

    Sir your are best teacher

  • @vinaysharma530
    @vinaysharma530 5 лет назад

    Really sir you are great teacher and your explanation is supb

  • @amritmalviya7414
    @amritmalviya7414 5 лет назад +6

    if outer loop decreses and inner loop increses than condition will be= for(i=5;I>=1;i--)
    {
    for(j=0;j

  • @digendrasingh8518
    @digendrasingh8518 6 лет назад +8

    Sir for outer increment and inner decrement the condition in inner loop can be
    for( j=5, j>5-i , j--)
    ??
    Is that correct??

  • @ankitkumarojha7510
    @ankitkumarojha7510 2 года назад

    Thank u sir

  • @sandaliyasara6000
    @sandaliyasara6000 Год назад

    දෙයියෙක් ඔයා sir 😍

  • @vishalchauhan9832
    @vishalchauhan9832 4 года назад +1

    Wow amazing

  • @sharmilav1924
    @sharmilav1924 5 лет назад

    Thank you sir.. Very useful.. Very clear explanation

  • @-saidinakaranJP
    @-saidinakaranJP 3 года назад

    can u post more video for arrays and for loop programs

  • @modguy9894
    @modguy9894 4 года назад +1

    the explainaton is 100% better than my professors

  • @monarkshah5711
    @monarkshah5711 5 лет назад

    Sir very helpful videos sir ,thank u sir

  • @sujathaekbote1987
    @sujathaekbote1987 4 года назад +1

    Sir pls explain this example in programing screen

  • @mahidharreddy5582
    @mahidharreddy5582 6 лет назад +1

    Nice explanation sir..

  • @poojakukreti8618
    @poojakukreti8618 6 лет назад

    The conditions inside the " for loop" should also be changed which u gave to practice. Ryt?

  • @shikhapal6849
    @shikhapal6849 5 лет назад +2

    How we decided that what is the intialization in i and j

  • @babycoder-shantanusaha5218
    @babycoder-shantanusaha5218 3 года назад

    Best video for ever❤️❤️

  • @Yackkimani
    @Yackkimani 4 года назад

    Great thank you

  • @edgaralfonso609
    @edgaralfonso609 5 лет назад

    I learn a lot

  • @Rise-beyond-Belief
    @Rise-beyond-Belief 5 лет назад +1

    Sir plese explain logic of multiplication matrix

  • @vjedits22
    @vjedits22 5 лет назад +2

    im done with i-- and j++ myself thankssssssssssssssssss

  • @user-se6jk
    @user-se6jk 4 года назад +7

    When I is decremented
    And j is incremented
    It will print like this if we are printing stars
    x x x x x
    x x x x
    x x x
    x x
    x
    While printing number I
    1 1 1 1 1
    2 2 2 2
    3 3 3
    4 4
    5
    While printing number j
    1 2 3 4 5
    1 2 3 4
    1 2 3
    1 2
    1

    • @aspirant5725
      @aspirant5725 3 года назад

      Can u please give the condition for i and j .....

    • @ayushdabhi5138
      @ayushdabhi5138 3 года назад

      i=5 ; i>=1 ; i - -
      j = i ; j

  • @rucha8078
    @rucha8078 3 года назад

    can we draw this pattern with any of the two methods?

  • @shivamdalvi4498
    @shivamdalvi4498 5 лет назад

    thank you so much sir

  • @keshavkumar5497
    @keshavkumar5497 4 года назад

    Thanks sir

  • @srijagunda3388
    @srijagunda3388 5 лет назад

    Sir am having a doubt if we take the outer loop incrementing and in the Inner loop decrementing and the value of j is for(j=5;j>=5-(I+1);j--) will the code go wrong

  • @digendrasingh8518
    @digendrasingh8518 6 лет назад +2

    Sir what will be inner for loop for outer decrement and inner increment

  • @srinivaschalamalasetti1877
    @srinivaschalamalasetti1877 5 лет назад

    excellent

  • @getahunendeshaw5252
    @getahunendeshaw5252 5 лет назад

    it's soooooooooooooo great thank u soooooooooo much sir

  • @vannely7000
    @vannely7000 6 лет назад +2

    You have gained a new subscriber sir!

  • @careerconnectservices
    @careerconnectservices 4 года назад

    Done sir

  • @tushar3575
    @tushar3575 5 лет назад

    Great sir

  • @SurajDas03418
    @SurajDas03418 3 года назад

    Why j happen 6,5,4.....,1 why it was not same digit please Explain??

  • @আকস্মিক
    @আকস্মিক 4 года назад

    First wala example ulta pattern nhi hoga?

  • @sarathchitluri5224
    @sarathchitluri5224 5 лет назад

    Nice

  • @aryanmanik5094
    @aryanmanik5094 5 лет назад

    thnks sir

  • @memer_3707
    @memer_3707 4 года назад

    It's better to show the examples in compiler

  • @avinashavi5408
    @avinashavi5408 6 лет назад

    Sir,the output is not coming,wh you shown there in the tutorial.please check the output and correct it if i was correct

  • @attunurulakshmanreddy5420
    @attunurulakshmanreddy5420 6 лет назад

    explain Floyd s triangle

  • @samratchatterjee972
    @samratchatterjee972 5 лет назад

    printing pattern sir the numbers when it is printing loop how is executed

  • @govindagrawal3037
    @govindagrawal3037 8 лет назад +2

    pls upload all file concept related video

  • @sudhakarivfhao
    @sudhakarivfhao 5 лет назад

    Sir 0 also is less then i but how it is terminate

  • @vishnuvk5180
    @vishnuvk5180 5 лет назад +1

    Can u explain
    Int x =5;
    x = x++ + ++x ;
    Print x !??

  • @kadarlasaibharath1053
    @kadarlasaibharath1053 5 лет назад

    sir how to print a prymaid form pattern

  • @dereddyparthasaradhi7039
    @dereddyparthasaradhi7039 5 лет назад +1

    Sir Why j value again stars with 5

  • @ziko9762
    @ziko9762 Год назад

    int main()
    {
    Int a, b;
    for (a = 5; a >= 1; a-)
    {
    for (b = a; b

  • @nachikethpai6546
    @nachikethpai6546 6 лет назад

    sir u should have changed the pattern and not the numbers position

  • @KnowPlants-5
    @KnowPlants-5 6 лет назад

    sir can you please suggest me any software to practice programs

  • @gateexam3388
    @gateexam3388 5 лет назад

    #include
    main()
    {
    int i,j;
    for(i=5;i>=1;i--)
    {
    for(j=1;j

  • @priyankasawant2083
    @priyankasawant2083 5 лет назад

    sir i dont understant how the i value is start from the 5

  • @sandaliyasara6000
    @sandaliyasara6000 Год назад

    Any sri lankan here 👋

  • @amanahmed5206
    @amanahmed5206 5 лет назад

    its still very difficult to understand

  • @khushbukushwah4991
    @khushbukushwah4991 5 лет назад

    Guide me sir

  • @khushbukushwah4991
    @khushbukushwah4991 5 лет назад

    Infinite loop

  • @sharmilav1924
    @sharmilav1924 5 лет назад +1

    First tell the logic and do it sir

  • @pranjallamsal9605
    @pranjallamsal9605 4 года назад +1

    Nepali people like here😅

  • @oldbabygaming23
    @oldbabygaming23 7 лет назад +1

    Sir I think the pattern shoud be like this:
    *****
    ****
    ***
    **
    *

  • @bossysmaxx3327
    @bossysmaxx3327 5 лет назад +1

    welcome to nourish technologies ha ha ha ha ha and One thing more you cannot read my full comment.................
    *Read more*

  • @arjun_ajay_sharma
    @arjun_ajay_sharma 4 года назад +2

    Thanku so much sir for giving the best tutorial for C language i haven't understand from many teachers but listening to your lecture i understood in a very lineant way. Tnku so much sir

  • @siddharthsekharsingh4263
    @siddharthsekharsingh4263 4 года назад

    Thank you sir

  • @Akhiraj503
    @Akhiraj503 3 года назад

    Tq so much sir

  • @zeusx1r
    @zeusx1r 5 лет назад

    Thank you very much Sir

  • @umairbijapure7584
    @umairbijapure7584 4 года назад

    thanks sir