Computer Science, asked by samayashaikh5, 1 year ago

what is function overloading and call by value pass by refrence?

Answers

Answered by rohitdebnath74
0

Two or more functions having same name but different argument(s) are known as overloaded functions.

Answered by ajay109910
1

Hi

Here's your answer

Call by Reference: Both the actual and formal parameters refer to same locations, so any changes made inside the function are actually reflected in actual parameters of caller. While callinga function, we pass values of variables to it. Such functions are known as “Call By Values”.

hope it help you

mark as the brainliest

Similar questions