InterviewSolution
Saved Bookmarks
| 1. |
How Can You Pass An Array To A Function By Value? |
|
Answer» An ARRAY can be passed to a function by value, by keeping a PARAMETER with an array TAG with empty square brackets(like []). From the caller function, just pass the array tag. For instance, An array can be passed to a function by value, by keeping a parameter with an array tag with empty square brackets(like []). From the caller function, just pass the array tag. For instance, |
|