From Python to C: The Switch

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

КОМЕНТАРІ • 6

  • @කැලණිකුප්පි

    Came across your channel while looking for videos about switching from python to C 🎉🎉 thanks please keep it up with more advanced tutorials like makings libraries in C

    • @Amin_Code
      @Amin_Code  5 днів тому +1

      Thanks, I'm glad you found the video helpful! I will be working on functions soon. and since there is no OOP in C, i hope it will be helpful for libraries.

  • @visible2927
    @visible2927 4 дні тому

    you will finally understand what coding is , best of luck for your C journey

    • @Amin_Code
      @Amin_Code  4 дні тому

      Thanks! I appreciate the support!

  • @SyntaxError12
    @SyntaxError12 5 днів тому

    the video is informative, but can confuse beginners as you glossed over things like how format specifiers work and some quirks of the scanf function and how we can declare a var before defining it unlike python and the "address of a variable" which people starting with c can have a hard time grasping. Btw nice video

    • @Amin_Code
      @Amin_Code  5 днів тому +1

      Thanks for watching and for your valuable feedback. I will consider better explanations in the upcoming videos!