PDA

View Full Version : Differentiate between call by value and call by reference in c?



cronus consultants
06-18-2015, 09:56 AM
Differentiate between call by value and call by reference in c?

dedijoe
06-30-2019, 02:18 PM
Call by value = arguments evaluated and values are copied to parameters
Call by reference = reference to arguments are passed to function parameters