Head vs Tail Recursion | C Programming Tutorial

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

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

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

    clear presentation. thank you for taking the time and effort for the modified and optimized cases. there is no better test than running the code on an atmega328 mcu with 1400 bytes available at start-up ;-)

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

      You're welcome Dimitrios. :-) I've never run code on that an atmega328, but I hear you on the 1400 bytes!

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

    Nice video! Did not know about the optimization option in the compiler. Would love to learn more about assembly and how to compare the c and assembly versions: Any recommendation on that? books, tutorials etc?

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

    Wow, so interesting. Never knew about these recursion types

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

    I have seen alot of your videos and are helpful,
    I have a little problem how would I get computer serial Number.
    system("wmic get bios serialnumber>sn.txt");
    And store it in an array of character and then print it on screen.?
    I really need help with that.

  • @游博翔-e6p
    @游博翔-e6p Год назад

    thank you!! Really Useful!!

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

      You're very welcome, I'm glad you found it useful! :-D

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

    🖤