Function Parameters VS. Arguments | C Programming Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 มิ.ย. 2022
  • The terms function 'parameter' and function 'arguments' are often used informally and interchangeably in C, in this video the difference between the terms is explained. Source code: github.com/por.... Check out www.portfolioc... to build a portfolio that will impress employers!

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

  • @minjunkim3449
    @minjunkim3449 2 ปีที่แล้ว +8

    Nice and simply explained! Your channel is very underrated, your videos help me a lot with learning C. Thanks!

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

      You're welcome Minjun! And thank you for the kind words too, I'm glad to hear the channel is helping you to learn C. 🙂

  • @jpdanda
    @jpdanda ปีที่แล้ว +2

    Thanks boss, simple and to the point

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

      You’re welcome Jameson, I’m glad you enjoyed it! :-)

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

    // While practicing functions, I encountered an error. Can you explain why?
    // I tried using `void` as an argument in the function call.
    // Why can't `void` be used this way, and what is the proper way to call a function that takes no arguments?
    void myFunction(void) {
    // Function body
    }
    int main() {
    myFunction(void); // Why is this incorrect?
    return 0;
    }

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

      For a function that takes no arguments you can just call it like this: myFunction()

  • @TuhinAhmed-kh8ki
    @TuhinAhmed-kh8ki 4 หลายเดือนก่อน +1

    Easiest explanation

  • @anbarnasimbihon1126
    @anbarnasimbihon1126 2 หลายเดือนก่อน +1

    Which app or website or tool are you using to write this algorithm

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

    Sir , can u do a tutorial about linked List in C language ?? and thank you for your effort!

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

      I actually have a Udemy course on Linked Lists with C: www.udemy.com/course/linked-lists-with-c/?couponCode=JU22DEAL. 🙂

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

    thank you!

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

    awesome ⚡👏