Computer Science, asked by vinayprabhas6967, 10 months ago

What is the principal reason for passing arguments by value

Answers

Answered by sudhi5059
6

Explanation:

In most cases, pass by value is the best way to accept parameters of fundamental types when the function does not need to change the argument. Pass by value is flexible and safe, and in the case of fundamental types, efficient.

Similar questions