Array Basics | C Programming Tutorial

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

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

  • @naboulsikhalid7763
    @naboulsikhalid7763 ปีที่แล้ว +32

    WHEN YOU ARE LOST, THERE IS ALWAYS A CHANNEL THAT CAN SAVE YOU, AND THIS IS THE ONE. THANK YOU FOR SHARING YOUR KNOWLEDGE AND MAKING IT AFFORDABLE. THANK YOU AGAIN

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

      YOU’RE WELCOME NABOULSI, THANK YOU SO MUCH FOR THE SUPPORT!!! :-D

  • @Guitareben
    @Guitareben 16 วันที่ผ่านมา

    This channel is incredible. Very straight forward teaching, but also thorough

  • @user-lf3yj5zb2r
    @user-lf3yj5zb2r 2 ปีที่แล้ว +13

    Awesome. So happy that i found this channel!

  • @codingwithaman85
    @codingwithaman85 5 หลายเดือนก่อน +1

    awesome sir, clear point to point

  • @codingwithaman85
    @codingwithaman85 5 หลายเดือนก่อน

    awesome sir clear understanding point to point

  • @felicianovargas5845
    @felicianovargas5845 ปีที่แล้ว +1

    Oh God I love this channel!

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

      I'm glad you're enjoying the channel Feliciano! :-)

  • @user-ci7wy3cq8f
    @user-ci7wy3cq8f 7 หลายเดือนก่อน

    Your explanation is amazing sir

    • @PortfolioCourses
      @PortfolioCourses  7 หลายเดือนก่อน

      I’m glad you enjoyed it! :-)

  • @abdelhayhoussami5197
    @abdelhayhoussami5197 11 หลายเดือนก่อน +1

    how can you create a function for division using for loop? if you would please.

  • @tindaefeika
    @tindaefeika 5 หลายเดือนก่อน

    Best programming channel

    • @PortfolioCourses
      @PortfolioCourses  5 หลายเดือนก่อน +1

      I’m glad you enjoy it! :-)

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

    I got lost somewhere 😅😅 you are fast 😅
    But anyway it's a very good class 🎉 keep it up 💯

  • @abdullahalsaeim4667
    @abdullahalsaeim4667 ปีที่แล้ว +1

    Seriously awesome channel

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

      Thank you very much for the kind words Abdullah! :-)

  • @darwinstar6753
    @darwinstar6753 ปีที่แล้ว +1

    Awesome tut! Thank you for the lesson. May i ask you, what font do you use here mate?

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

      You're welcome Darwin, I'm glad you enjoyed it! :-) I'm using the default light theme in Visual Studio Code, which appears to be the font "Consolas, Courier New, monospace".

  • @aymandarwich946
    @aymandarwich946 ปีที่แล้ว +1

    so helpful what a life saver :)))))

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

      I'm glad this video helped you out Ayman! :-)

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

    This is now a channel to be when lost😊

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

    Great video, Sir.

  • @lattehour
    @lattehour 9 หลายเดือนก่อน

    praised be this white man for this beautiful gift

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

    I love your channel

  • @codingwithaman85
    @codingwithaman85 5 หลายเดือนก่อน

    😍😍

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

    Thank you really sir.. this has helped me

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

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

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

      @@PortfolioCourses is there a way I can chat with you privately sir..

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

      I'm not able to provide private tutoring right now due to time constraints, but I am on LinkedIn if you want to add me. :-)

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

      Ok sir.. how can I get you on LinkedIn

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

      @@Codewitheyezyc I am here: www.linkedin.com/in/profkevinbrowne/

  • @EmreYasinAlbayrak
    @EmreYasinAlbayrak 4 หลายเดือนก่อน

    we can use
    int element = sizeof(grade)/sizeof(grade[]);
    for (int i = 0; i < element; i++)
    total = total + grade[İ];
    int average = total / element