Learning to Program in C (Part 06)

preview_player
Показать описание
This is part 6 in our tutorial on learning to program in C. In this video we will learn about functions. We will look at the syntax for defining functions, the notion of local variables, and discuss C's support for call-by-value and call-by-reference. We will also take a look at C's support of recursion.
Рекомендации по теме
Комментарии
Автор

This series has greatly improved my understanding of programming concepts in general. Now I understand a lot better why so many other languages I've used look more or less 'c-like.' I know you don't have that many views but understand what you're doing is certainly worth it for at least a few of us!

TheRiLz
Автор

Learning C in the mornings is a lot tougher when there is no coffee to be had. But, my caffeine deficiency aside, this is a great guide.

conanona
Автор

In the C function array anatomy (I) slide, the main function does not have a return value. I think this is OK sometimes, but I am not sure.

thegoon
Автор

can you tell mi what is class and what is object in few words??? thank you

juan-ougq
Автор

what the heck is Char* ? I dont recall it being discussed.

THEtechknight