Differentiate between call by value and call by reference in c?
Differentiate between call by value and call by reference in c?
Call by value = arguments evaluated and values are copied to parameters
Call by reference = reference to arguments are passed to function parameters
Last edited by dedijoe; 06-30-2019 at 08:25 PM.
Bookmarks