while loop C | Programming Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

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

  • @kingofgamer1102
    @kingofgamer1102 2 หลายเดือนก่อน

    🔥🔥🔥🔥🔥

  • @zoquevil4792
    @zoquevil4792 2 ปีที่แล้ว

    It's very clear now thanks , your examples are very usefull!!! ...I have aleardy learned some of this concept and but I forgot all the time..Hummmmm..it seems like I need to learn malloc() to keep the information on my own heap lol

    • @PortfolioCourses
      @PortfolioCourses  2 ปีที่แล้ว

      Cool! This video goes over dynamic memory allocation in C and may be helpful for you to learn malloc() and related concepts: th-cam.com/video/R0qIYWo8igs/w-d-xo.html. :-)

    • @zoquevil4792
      @zoquevil4792 2 ปีที่แล้ว

      @@PortfolioCourses soon for sure!

  • @niloydas2737
    @niloydas2737 ปีที่แล้ว

    sir, does password work in same principle ?

    • @PortfolioCourses
      @PortfolioCourses  ปีที่แล้ว

      Like checking if a password is correct or not? Yes, that can be done with a loop too I'm sure, checking character by character through the password entered to see if it matches the password. :-)