Saved Bookmarks
| 1. |
What is call/pass by value method of function call? |
|
Answer» Pass by value or Call by value is the method where a copy of the value of the actual argument are passed to the called function to do a specific operation to return the result. |
|