C Programming Tutorial - 48: Functions (Part-4) Call By Value Method

preview_player
Показать описание
In this tutorial we'll check out the call by value method of passing arguments to functions. When call by value method is used, copies of actual parameters are stored in the formal parameters and any changes made to the values of the formal parameters are not reflected back to the actual parameters.
Рекомендации по теме
Комментарии
Автор

Omg. i LOVE these videos. I mean it is a little bit idk.... strange... your using Code::Blocks.... i started the first 30-40 tutorials using Code::Blocks but then i realized Eclipse was a better choice. Otherwise i LOVE this. You deserve some type of reward for these videos. Thank you once again :)

chrissmit
Автор

I reread the chapter in 30 minutes and did not understand anything. This guy just explains it in 5 minutes and I understand everything.

DangQuocNhut
Автор

All your videos are really really good- to point and precise !! I am really glad you're doing this! Thank you!

ajantakancharla
Автор

What if I want the user to input the values a and b? How would I code that?

GauravTMusic
Автор

pls help..reply would be appreciated!!
what if i change the return type to int
will the values be swapped? :)

chethanprabhu