Sum Of Digits Of A Number Using Recursion | C++ Example

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

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

  • @037anshdev2
    @037anshdev2 Год назад +4

    You are the best . Your teaching skill is so smooth I understood each and every steps Thanks' to you.

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

      You’re very welcome, I’m so glad to hear you’re enjoying the videos! :-)

  • @MohamedAli-wb3wo
    @MohamedAli-wb3wo 9 месяцев назад

    Thank you very much
    Finally I understood recursion

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

    Thank you a lot great explanation keep going with this c videos i like them a lot !

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

      You're welcome, I'll definitely keep making videos! :-)

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

      @@PortfolioCourses in python when we write number / 10 it will give float number if we want a whole number we have to write number // 10 i was little bit confused about that but saw c++ do it with only one backslash

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

      C++ will do integer division with / if you have int values being divided, otherwise if you have floating-point numbers like float or double it will do float division. :-)

  • @emil1us
    @emil1us Месяц назад

    Which code editor do you use?

  • @Smiley_Frown
    @Smiley_Frown 9 месяцев назад

    This clears it up thanks

    • @PortfolioCourses
      @PortfolioCourses  9 месяцев назад

      You’re welcome, I’m glad it helped! :-)

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

    Yeah babbbby!