Array Basics | C Programming Tutorial

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

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

  • @naboulsikhalid7763
    @naboulsikhalid7763 Год назад +35

    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

  • @jenm1
    @jenm1 26 дней назад +1

    I absolutely adore how you teach every tiny little step. You're like the Professor Leonard of coding

  • @Guitareben
    @Guitareben 3 месяца назад +1

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

  • @NikitaSafronov-y6i
    @NikitaSafronov-y6i 2 года назад +14

    Awesome. So happy that i found this channel!

  • @tindaefeika
    @tindaefeika 8 месяцев назад +1

    Best programming channel

  • @codingwithaman85
    @codingwithaman85 8 месяцев назад +1

    awesome sir, clear point to point

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

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

  • @codingwithaman85
    @codingwithaman85 8 месяцев назад

    awesome sir clear understanding point to point

  • @Fattal-y4g
    @Fattal-y4g 10 месяцев назад

    Your explanation is amazing sir

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

    Oh God I love this channel!

  • @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".

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

    Using any C programming book as a reference summarize the topic of arrays and their applications in c.l recommend using learning c in 21 days as your guide Based on your understanding write a program that demonstrates the following key concepts of arrays in c.Be sure to include comments explaining how each concept is implemented in your guide,subscript index, one dimensional array, multidimensional arrays, numerical arrays and character arrays

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

    praised be this white man for this beautiful gift

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

    Seriously awesome channel

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

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

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

    This is now a channel to be when lost😊

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

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

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

    Great video, Sir.

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

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

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

    I have a question

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

    I love your channel

  • @codingwithaman85
    @codingwithaman85 8 месяцев назад

    😍😍

  • @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 7 месяцев назад

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