-
When an array is passed to a method, will the content of the array undergo changes with the actions carried within the function?
-
- True
- False
- Only A
- A and B both
- None of these
Correct Option: C
If we make a copy of array before any changes to the array the content will not change. Else the content of the array will undergo changes.