0 votes
by (524 points)
difference between pass by value and pass by reference

1 Answer

0 votes
by (1.1k points)

Pass by value means the function is called by passing a value. And Pass by reference means a function is called by passing a parameter as a reference.

Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
...