ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

C Program For Diamond Pattern With Star | Number | Alphabets

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2022
  • This video explains about how to write c program to print diamond patterns with start, numbers, and alphabets.
    This C programming tutorial will help you for your next c program interview.
    Please Share and Subscribe "ECIT Engineering" :
    bit.ly/3c7zcax
    IoT ESP8266 NodeMCU :
    • IoT ESP8266 NodeMCU Ar...
    Arduino Project and Code Playlist:
    • Arduino Projects and C...
    #ecit ‪@ecit‬

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

  • @gisavi4210
    @gisavi4210 19 วันที่ผ่านมา +1

    thank you bro

    • @ecit
      @ecit  16 วันที่ผ่านมา

      @@gisavi4210 welcome!

  • @Dpz918
    @Dpz918 6 หลายเดือนก่อน +2

    Your way of explaining is wonderful !
    Can u please tell me that which IDE u are using to run the Program?

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

      Thanks! I am using Visual Studio Code with Mingw. You can use any IDE

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

    Nice and simple explanation thanks a lot 👍

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

      Welcome!

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

    Very good explanation! thank you very much

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

      Most Welcome!

  • @user-rd8ie6ut5l
    @user-rd8ie6ut5l 6 หลายเดือนก่อน +1

    that was great. thank you

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

      Most Welcome!

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

    I have two questions!!
    1: Sir in the formula
    For (c = 1 ; c

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

      1. Yes, first for loop is about we need to put space in column, so space up to (n-r), c is use to represent the current column we are handling it can be space or number.
      2. r++ is incrementing the row and c++ is incrementing column for current row number.

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

      @@ecit Thanks a lot .. keep up the good work !

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

    nice explanation tq sir do some pattern problems in c .

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

      Sure, Thanks!
      You may like this one also,
      th-cam.com/video/cifX9pEq81s/w-d-xo.htmlsi=PPe-hGW60nP7pzPv

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

    Thanks ❤

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

      Most Welcome!

  • @sachinparmar-tp5bp
    @sachinparmar-tp5bp 11 หลายเดือนก่อน +2

    Kya itna jada loop ka use karna program coplexity nhi bada dega

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

      Yes, it will, however you will need atleast 2 loops to implement this.