Find The Second Lowest Number In An Array | C Programming Example

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024
  • Example of finding the second lowest number in an array in C. Source code: github.com/por.... Check out www.portfolioc... to build a portfolio that will impress employers!

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

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

    That was such a smooth and easy explanation......thank you.

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

      You're welcome Khandaker, I'm glad to hear that you enjoyed the explanation! :-)

  • @YogeshShahThakuri
    @YogeshShahThakuri 5 месяцев назад

    Thank you

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

    Do you have any tutorial where I can learn about how to find the smallest integer?

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

      Yes Rezuwan, that is covered in this video: ruclips.net/video/sepK5w4Uep0/видео.html. :-)

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

      @@PortfolioCourses watched it and it helped me out. Thank you. 🤍

  • @jaycool2777
    @jaycool2777 10 месяцев назад

    you do not have to put " && p[i] > min1 " because if it was smaller than min1 it would have gone in the first if

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

      but that's the case where a[i] is > min1 tho the first if in the loop only checks if a[i] < min1

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

    thank u sm