C++ Value and reference parameters

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

Рекомендации по теме
Комментарии
Автор

Straight to the point and simple to understand, thanks!

Lumix_Corrupt
Автор

Clear, short, and to the point- FANTASTIC!!! Thank you so much!

bluewatermelon
Автор

You’ve done a better job then my teachers and the textbooks 😊😊

giaprasad
Автор

Short, simple and straight to the point

thamistinta
Автор

Thank you very much for the helpful video

rafehaselhurst
Автор

Amazing explanation any chance I can pay you to be my teacher lol Best explanation video I have seen wonderful!

Dejin
Автор

so what is the difference between reference parameters and passing by reference as an argument and catch it by pointers int the parameter??

daverussell
Автор

We're using void statements here. Why should we use a reference parameter and a void method, when we can return a function using i.e. an int method?

student
Автор

this is very well explained, but what confuses me is why we rename the parameter the value is being sent to. why cant we just call it num instead of p1?

jahlijahman
Автор

i understand how a value parameter works now thank you, but i'm confused on what is the point of using a value parameter? Why use a value parameter is my question?

ClimaticHawk