C Pattern Printing Programs | X Shape Explained

Поділитися
Вставка
  • Опубліковано 15 лис 2024

КОМЕНТАРІ • 60

  • @ahmadmasood3939
    @ahmadmasood3939 4 роки тому +16

    Thanks a lot. I was facing many problems regarding the pattern. You made my day!!!! Thanks again

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

      You are welcome 😊

    • @titancameron6624
      @titancameron6624 3 роки тому

      i guess it is quite randomly asking but do anyone know a good website to stream new movies online ?

    • @colbyfranklin8733
      @colbyfranklin8733 3 роки тому

      @Titan Cameron Lately I have been using Flixzone. You can find it by googling =)

    • @carterkareem2347
      @carterkareem2347 3 роки тому

      @Colby Franklin yup, been using FlixZone for since april myself :D

    • @titancameron6624
      @titancameron6624 3 роки тому

      @Colby Franklin Thank you, signed up and it seems to work :) Appreciate it !

  • @Papakipari-rb4jc
    @Papakipari-rb4jc 7 місяців тому +1

    Sir can you print anti clockwise/ clockwise name in rectangular shape ???

  • @nae-naelynn2659
    @nae-naelynn2659 2 роки тому +5

    Great video! My only question is how did you come up with that logic. I always struggle to come up with the logic part. I se how it works now that it's already written out but coming up with it myself can be difficult and I want to get better at that.

    • @kjgsa5582
      @kjgsa5582 2 роки тому +1

      What I usually do when trying to solve these problems is to type out the pattern first in different dimensions. You can also draw it in a way that it is drawn in the video. It's important to makes sure that columns and rows are visible. In this example I drew Xs of sizes 3 and 5. Then I try to find a pattern that will connect whether I should put a dot or an asterisk depending on the row or column. Anything that you come up with is fine, but then you have to test it. You can draw both sizes using your logic and if it works for both, then there's a chance that it will work for other numbers too. This is when I start coding and test it for other sizes too. If the logic fails, then you come up with something else and repeat the process.

  • @apacekajtipojedesmipickuke6507

    thanks bro, you saved my life!!!

  • @zoobloo
    @zoobloo 2 роки тому +2

    such an amazing and clear explanation thank you you saved my life omg...

  • @Indian-fv8kl
    @Indian-fv8kl 3 роки тому +3

    Your teaching was amazing bro, vdo was really helpful, thank you so much bro...

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

    good ❤️ teaching sir

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

    OMG..... Sir, what sort of a brain you have? I've got inspired by your logical thinking... Thank you so much...

  • @shotssoflife8061
    @shotssoflife8061 3 роки тому +4

    Please keep posting , it helps a lot and logic is awesome...thanks a lot for this !!
    :-)

  • @saiakshagn3553
    @saiakshagn3553 2 роки тому +1

    Great Video

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

    Thanks man for the explanation

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

    Thank you so much....Good explanation!

  • @mubzy4706
    @mubzy4706 2 роки тому +1

    how would i remove any trailing spaces i can’t figure it out. there is a blank space AFTER the star and my assignment says i cannot have blank space after the star

  • @ilapatel5706
    @ilapatel5706 3 роки тому +2

    Which compiler you use???

  • @_JAYASHREER-rr4zr
    @_JAYASHREER-rr4zr 3 роки тому +1

    Super explanation

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

    Good teaching bro

  • @s.ponmani1382
    @s.ponmani1382 2 роки тому

    Hello sir, is it possible to use c program in trains problem and flight problem? Kindly make a video,if possible.

  • @akhilkumar8017
    @akhilkumar8017 11 місяців тому

    Bro can you tell me ,why you use or in the condition insted of and. If you see this please reply

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

    Nice explanation👏

  • @johnlexterdeguzman5186
    @johnlexterdeguzman5186 3 роки тому +2

    Can you please drop here your code that declares every character in your name and that it forms any shape/ object or art using the scape character. Please

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

    Good explanation as always

  • @loner6709
    @loner6709 2 роки тому +1

    superb!!!

  • @mikunico4483
    @mikunico4483 4 роки тому

    how do you make it into a bow tie shape?
    like this:
    #---#
    ##-##
    #####
    ##-##
    #---#
    the dashes are supposed to be spaces
    also, thanks a lot this is a great help!

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

    great work! can i please know the name of the IDE that you are using?

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

      Thank you
      I'm using visual studio code

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

      @@LearningLad thank you keep it up

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

    tnx sir its useful

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

    Awesome✨

  • @srilakshmiv2331
    @srilakshmiv2331 4 роки тому

    What if we consider row ='1' col=1 just like in the triangle pattern

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

    ♥️

  • @zainuldin9095
    @zainuldin9095 4 роки тому

    lol syntax error in program

  • @jglaciergod9134
    @jglaciergod9134 4 роки тому

    how to make this shape
    * * *
    * * *
    *
    * * *
    * * *