C Programming Tutorial 89 - Function Arguments, Parameters, Return Statement

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Your videos are not a mess Caleb! They are really good!! Keep it up!

abc
Автор

I'm currently taking Harvard's CS50x and it's my third day using C and programming in general. These are the first tutorials outside of the course that I'm able to understand even though I jumped in at 90 - it's amazing how you broke it down to the most fundamental pieces. Thank you so much!

marcelnoee
Автор

Love these, I’m not looking forward to finishing this and having to continue learning from stackoverflow, I wished ud make more

HamedAdefuwa
Автор

wow, you're like the organicchemistrytutor of programming. Thank you. this made so much sense!!!

vcrfuneral_
Автор

I'm paying thousands of dollars a year and I wasn't properly taught this. I'm on youtube and you taught me this in < 10 minutes. Crazy. The video was really good man thankyou !

saimadeit
Автор

You really deserve billions of likes, just keep up

محمدشميس-قق
Автор

i really like your casual way of teaching, i dont feel sleepy like other programming videos

ainaazaharee
Автор

Thanks for the clarification. I kept wondering why the parameter never matched anything else in the program. Kept looking for what was being passed into the function elsewhere in the code by looking for the parameter name instead of the function call. I'm taking CS50x right now and your videos really help to clear up some of the more intricate details that they may gloss over. TY! killer work, I hope it is making you a livable income!

MattNicassio
Автор

hello, thank you so much for the help! I have been stuck on functions, arguments and parameters for a while but I finally understand now, thanks to your great video! God bless you sir!

spidey
Автор

Most underrated channel on Youtube 👏 👏 👏

kingofbirbs
Автор

Thanks! You are good at explaining how things work. Keep it up💪💯

lisakittelsen
Автор

Hi caleb can u please make a tutorial video about sequential access file operation and random access file operation please... im having a hard time understanding these

derrilrivaldi
Автор

very well structured and "clean", thank you, your videos are indeed awesome ;)

lively
Автор

ngl he looks so innocent

You understand what I couldn't by paying for it at

BATMANN
Автор

int factorial(int n)
{
multiplication(n);
}

int mutiplication(int x)
{
...
}

int main()
{
int a = 10;

printf("%d", factorial(a));

...
}

It'll work? What I mean is, what if one function depends on another that's below it?

tiagodmota
Автор

very good explaining, thanks very much

nozaninabdumajidova
Автор

you know it seem confusing for me is what i should input inside my parameters.

aphiwembotho
Автор

is the "n" used in return n; considered an argument or a parameter? I would assume it's an argument since it's a variable that is sent out, although it is inside the function.

CookieJari
Автор

I will hunt down the one guy who disliked this video, Love ya from Italy <3

marcopolo
Автор

Maybe you can show a little bit of code in the same tutorial.

dominiquedevries