Pyramid Printing in C++ | In Hindi

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

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

  • @AbhishekKumar-nz9dn
    @AbhishekKumar-nz9dn 3 года назад +8

    thank you sir ,pattern mujhse aaj se pehle kabhi smjh nhi aaye .par ab aagye .thank you sir .🙂🙂😇😇😇😇

  • @Muse_Wave
    @Muse_Wave Год назад +3

    Sir u are best coding teacher 🥰🥰 love you

  • @taibarazaq
    @taibarazaq 11 месяцев назад +2

    Sir ap millions subscribe decive krty h 👍👍👍 intny clear tarikay sy koi ni perhata

  • @a9speedy2811
    @a9speedy2811 Год назад +4

    Great video! Thanks for helping!

  • @bln.editz9
    @bln.editz9 2 месяца назад

    you explaining very well 😊

  • @animetalks2129
    @animetalks2129 2 года назад +5

    sir , you give offline coaching ?

  • @AdityaKumar-xk8fk
    @AdityaKumar-xk8fk Год назад +3

    fuction to print abc pattern
    int abc(int rows){
    int ascii=96;
    int store;
    for (int i = 1; i

  • @NeerajKumar-pt2zs
    @NeerajKumar-pt2zs 2 года назад +3

    Thank you sir

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

      Most welcome Neeraj!

  • @Lifeofapoor
    @Lifeofapoor 7 месяцев назад +1

    Nice

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

    Thanku sir🙏🙏

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

      Most welcome Dhiraj!

  • @Rahul_Raj__
    @Rahul_Raj__ Год назад +2

    Homework of abcd printing
    #include
    using namespace std;
    int main()
    {
    int n, i, j;
    char ch;
    coutn;
    for(i=1; i

    • @PIYUSH__MSD_FAN
      @PIYUSH__MSD_FAN 7 месяцев назад

      Ch ki valu direct asin karde to asan banta hai work

  • @RahulRaj-vt6sk
    @RahulRaj-vt6sk 3 года назад +5

    Sir we were waiting for your remaining video on C++. I am up to date to your C++ playlist. Please upload regularly and kindly complete the remaining C language classes which you have left it in middle.

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

      I think C Programming is competed. Just recursion is remaining..

    • @RahulRaj-vt6sk
      @RahulRaj-vt6sk 3 года назад

      @@codeitup Yes sir..... recursion , structure , union and file handling is remaining. I have also completed C language course up to Pointer which you have taught. After C++ , I will complete Java through your playlist. Waiting for your remaining C++ lectures. We are so thankful to you as you have taught us so beautifully.

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

      @@RahulRaj-vt6sk Structure is just after pointer and file handling is taught at the last. Only recursion is remaining.

    • @RahulRaj-vt6sk
      @RahulRaj-vt6sk 3 года назад

      @@kajalpal6220 Can you send me the link of structure and file handling.

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

      @@RahulRaj-vt6sk They are in the playlist.

  • @durgeshwerchouhan4627
    @durgeshwerchouhan4627 2 года назад +1

    Nice video

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

    #include
    using namespace std;
    int main()
    { int i,j,n;
    coutn;
    for(i=1;i

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

    Sir pls make videos on java for class 10 icse pls 🙏🙏🙏🙏

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

      Java videos are available in the Java playlist. And Java is taught upto Exception Handling and Multithreading which is enough for an ICSE class 10 student.
      Java Playlist link:-
      ruclips.net/p/PLmRclvVt5DtnqhXTJwd-oqVRwO3bLZCGV

  • @barnwalpuja9565
    @barnwalpuja9565 2 года назад +1

    Can we execute these programs using do while loop??
    Please reply anyone

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

      Sir please reply??

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

      Yes you can..

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

      @@codeitup How sir?
      I am not getting desirable output using do while loop

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

      @@barnwalpuja9565 #include
      using namespace std;
      int main(){
      //making pattern using c++
      int i=1,num,j;
      coutnum;
      do{
      j=1;
      do{
      cout

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

    Sir please uploaded chapter2 python pandas2 video

  • @FunnyShorts.95084
    @FunnyShorts.95084 2 года назад +1

    Count

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

    1st like and comment

  • @yashfeenjagirdar3862
    @yashfeenjagirdar3862 Год назад +1

    Sir aap a
    a b
    a b c
    a b c d
    a b c d
    Pyramid printing ka answer bata de...

  • @deepalitahlan1187
    @deepalitahlan1187 2 года назад +2

    someone send the code of homework question

  • @decentanurag8156
    @decentanurag8156 7 месяцев назад

    I am getting stuck in infinite loop

  • @prathamjain-0063
    @prathamjain-0063 2 года назад +6

    #include
    using namespace std;
    int main(){

    cout

  • @pawankumar-aspirent
    @pawankumar-aspirent 3 года назад

    सर क्या सी प्लस प्लस सीबीएसई बोर्ड में नहीं है

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

    solution of a b c d pattern
    #include
    using namespace std;
    int main()
    {
    int n;
    int res;
    coutn;
    for(int i=1;i

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

    Thank you sir

  • @Hasnainawan123
    @Hasnainawan123 Год назад +1

    thanks bro