Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which is more effective while calling the functions?

a) call by value
b) call by reference
c) call by pointer
d) call by object

Answer: b
Explanation: In the call by reference, it will just passes the reference of the memory addresses of passed values rather than copying the value to new memories which reduces the overall time and memory use.

Join The Discussion